reverie/reverie-process/Cargo.toml
Andres Suarez e3c97826ef Update serde from 1.0.176 to 1.0.185
Summary:
This release most notably removes the precompiled serde_derive:
https://github.com/serde-rs/serde/releases/tag/v1.0.184

Reviewed By: shayne-fletcher

Differential Revision: D48516549

fbshipit-source-id: 077f650094f9424982de9283d04ede59306947b0
2023-08-21 06:07:02 -07:00

30 lines
667 B
TOML

# @generated by autocargo
[package]
name = "reverie-process"
version = "0.1.0"
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"
[dependencies]
bincode = "1.3.3"
bitflags = "1.3"
colored = "1.9"
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.43"
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.5"
[features]
default = []
nightly = []