reverie/reverie-process/Cargo.toml
Henry Swanson 374247cc0a Update tokio: 1.36.0 -> 1.37.0
Summary: Followed the wiki page here: https://www.internalfb.com/intern/wiki/Rust/Third_Party_Libraries/Adding_or_Updating_Libraries/

Reviewed By: capickett

Differential Revision: D56484070

fbshipit-source-id: e1ed52d58f7db8ad32ce67b67df2e83a567db123
2024-04-24 09:47:11 -07:00

31 lines
814 B
TOML

# @generated by autocargo from //hermetic_infra/reverie:reverie-process
[package]
name = "reverie-process"
version = "0.1.0"
authors = ["Meta Platforms"]
edition = "2021"
repository = "https://github.com/facebookexperimental/reverie"
license = "BSD-2-Clause"
[dependencies]
bincode = "1.3.3"
bitflags = { version = "2.4", features = ["serde"] }
colored = "2.1.0"
futures = { version = "0.3.30", 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.49"
tokio = { version = "1.37.0", 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 = []