reverie/reverie-process/Cargo.toml
Andreas Backx 9a92f2f4e9 colored 1.9 -> 2.1.0
Summary: A newer version of colored adds support for true color terminal text coloring. The changelog only indicates "Alter Color interface to return Cow<'static, str>" besides the true color support as a "change" in the changelog and I'm not expecting people to really use this. If they do, I'll see it in Sandcastle?

Reviewed By: dtolnay

Differential Revision: D52391497

fbshipit-source-id: c08fffc171f7d5f9b75f96617aa673867ab45312
2024-01-02 15:28:35 -08:00

31 lines
778 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 = "1.3"
colored = "2.1.0"
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.49"
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 = []