mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-08 21:33:03 +00:00
Summary: Enable more features that are disabled by default and update call sites. Reviewed By: opsound, jasonwhite Differential Revision: D66275420 fbshipit-source-id: 4969045de7751c7d16b6ed5c7411f04077eb0ddc
31 lines
1.1 KiB
TOML
31 lines
1.1 KiB
TOML
# @generated by autocargo from //hermetic_infra/reverie:safeptrace
|
|
|
|
[package]
|
|
name = "safeptrace"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
repository = "https://github.com/facebookexperimental/reverie"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
bitflags = { version = "2.6", features = ["serde"] }
|
|
futures = { version = "0.3.30", features = ["async-await", "compat"] }
|
|
lazy_static = "1.4"
|
|
libc = "0.2.139"
|
|
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "term", "time", "user", "zerocopy"] }
|
|
parking_lot = { version = "0.12.1", features = ["send_guard"] }
|
|
reverie-memory = { version = "0.1.0", path = "../reverie-memory", optional = true }
|
|
reverie-process = { version = "0.1.0", path = "../reverie-process" }
|
|
syscalls = { version = "0.6.7", features = ["serde"] }
|
|
thiserror = "2"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "1.0"
|
|
quickcheck_macros = "1.0"
|
|
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
|
|
|
|
[features]
|
|
default = []
|
|
memory = ["reverie-memory"]
|
|
notifier = []
|