2023-11-30 02:35:29 +00:00
|
|
|
# @generated by autocargo from //hermetic_infra/reverie:reverie-process
|
2021-12-30 00:14:23 +00:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "reverie-process"
|
|
|
|
version = "0.1.0"
|
2022-05-27 17:20:35 +00:00
|
|
|
authors = ["Meta Platforms"]
|
2021-12-30 00:14:23 +00:00
|
|
|
edition = "2021"
|
2023-12-11 23:49:03 +00:00
|
|
|
repository = "https://github.com/facebookexperimental/reverie"
|
2021-12-30 00:14:23 +00:00
|
|
|
license = "BSD-2-Clause"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bincode = "1.3.3"
|
|
|
|
bitflags = "1.3"
|
2024-01-02 23:28:35 +00:00
|
|
|
colored = "2.1.0"
|
2023-04-04 17:14:43 +00:00
|
|
|
futures = { version = "0.3.28", features = ["async-await", "compat"] }
|
2023-02-13 00:30:00 +00:00
|
|
|
libc = "0.2.139"
|
2022-10-03 22:31:17 +00:00
|
|
|
nix = "0.25"
|
2023-08-21 13:07:02 +00:00
|
|
|
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
2022-10-12 21:29:02 +00:00
|
|
|
syscalls = { version = "0.6.7", features = ["serde"] }
|
2023-12-02 21:52:50 +00:00
|
|
|
thiserror = "1.0.49"
|
2023-07-12 22:32:56 +00:00
|
|
|
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
|
2021-12-30 00:14:23 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
const-cstr = "0.3.0"
|
2023-07-14 02:19:42 +00:00
|
|
|
num_cpus = "1.16"
|
2022-09-19 17:25:55 +00:00
|
|
|
raw-cpuid = "10.6.0"
|
2023-10-21 19:15:21 +00:00
|
|
|
tempfile = "3.8"
|
2022-11-21 19:07:23 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
nightly = []
|