mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
27 lines
622 B
TOML
27 lines
622 B
TOML
|
# @generated by autocargo
|
||
|
|
||
|
[package]
|
||
|
name = "reverie-process"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Facebook"]
|
||
|
edition = "2021"
|
||
|
license = "BSD-2-Clause"
|
||
|
|
||
|
[dependencies]
|
||
|
bincode = "1.3.3"
|
||
|
bitflags = "1.3"
|
||
|
colored = "1.9"
|
||
|
futures = { version = "0.3.13", features = ["async-await", "compat"] }
|
||
|
libc = "0.2.98"
|
||
|
nix = "0.22"
|
||
|
serde = { version = "1.0.126", features = ["derive", "rc"] }
|
||
|
syscalls = { version = "0.4.2", features = ["with-serde"] }
|
||
|
thiserror = "1.0.29"
|
||
|
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
|
||
|
|
||
|
[dev-dependencies]
|
||
|
const-cstr = "0.3.0"
|
||
|
num_cpus = "1.11"
|
||
|
raw-cpuid = "9.0"
|
||
|
tempfile = "3.2"
|