2021-12-30 00:14:23 +00:00
|
|
|
# @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"] }
|
2022-03-23 17:00:47 +00:00
|
|
|
libc = "0.2.121"
|
2022-03-22 16:26:52 +00:00
|
|
|
nix = "0.23"
|
2021-12-30 00:14:23 +00:00
|
|
|
serde = { version = "1.0.126", features = ["derive", "rc"] }
|
|
|
|
syscalls = { version = "0.4.2", features = ["with-serde"] }
|
|
|
|
thiserror = "1.0.29"
|
2022-01-25 09:23:59 +00:00
|
|
|
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
|
2021-12-30 00:14:23 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
const-cstr = "0.3.0"
|
|
|
|
num_cpus = "1.11"
|
|
|
|
raw-cpuid = "9.0"
|
|
|
|
tempfile = "3.2"
|