mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 21:04:53 +00:00
d22b5fa9de
Reviewed By: dtolnay Differential Revision: D51692353 fbshipit-source-id: 44864a348711875983de81758bbe05b46ad4c604
30 lines
713 B
TOML
30 lines
713 B
TOML
# @generated by autocargo from //hermetic_infra/reverie:reverie-process
|
|
|
|
[package]
|
|
name = "reverie-process"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
bitflags = "1.3"
|
|
colored = "1.9"
|
|
futures = { version = "0.3.28", features = ["async-await", "compat"] }
|
|
libc = "0.2.139"
|
|
nix = "0.25"
|
|
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
|
syscalls = { version = "0.6.7", features = ["serde"] }
|
|
thiserror = "1.0.43"
|
|
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
|
|
|
|
[dev-dependencies]
|
|
const-cstr = "0.3.0"
|
|
num_cpus = "1.16"
|
|
raw-cpuid = "10.6.0"
|
|
tempfile = "3.8"
|
|
|
|
[features]
|
|
default = []
|
|
nightly = []
|