mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
8fef664fab
Reviewed By: bolinfest, zertosh Differential Revision: D39418421 fbshipit-source-id: 2f0246f190403a6f481e8803834174f229c0849a
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "reverie-ptrace"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.56"
|
|
async-trait = "0.1.56"
|
|
bincode = "1.3.3"
|
|
bytes = { version = "1.1", features = ["serde"] }
|
|
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
|
goblin = "0.5.2"
|
|
lazy_static = "1.4"
|
|
libc = "=0.2.125"
|
|
nix = "0.23"
|
|
num-traits = "0.2"
|
|
paste = "1.0"
|
|
perf-event-open-sys = "1.0"
|
|
procfs = "0.9"
|
|
raw-cpuid = "10.0"
|
|
reverie = { version = "0.1.0", path = "../reverie" }
|
|
safeptrace = { version = "0.1.0", path = "../safeptrace" }
|
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
|
thiserror = "1.0.34"
|
|
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
|
|
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
|
|
tracing = "0.1.35"
|
|
tracing-subscriber = { version = "0.3.14", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
|
|
unwind = { version = "0.4", features = ["ptrace"] }
|