mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-02 09:45:45 +00:00
9a1320bb46
Summary: As it says on the tin. There have been many new features added since the old version. [Staring at the changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md), I don't believe they added breaking changes. Changes to other libraries: - *common/rust/folly/iobuf* - the panic message changed so I changed the should_panic rule to match Reviewed By: diliop Differential Revision: D55807882 fbshipit-source-id: 8d70a8bae57509fdca82ab18770275111a1f1902
38 lines
1.3 KiB
TOML
38 lines
1.3 KiB
TOML
# @generated by autocargo from //hermetic_infra/reverie:reverie-ptrace
|
|
|
|
[package]
|
|
name = "reverie-ptrace"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
repository = "https://github.com/facebookexperimental/reverie"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.75"
|
|
async-trait = "0.1.71"
|
|
bincode = "1.3.3"
|
|
bytes = { version = "1.6.0", features = ["serde"] }
|
|
futures = { version = "0.3.30", features = ["async-await", "compat"] }
|
|
goblin = "0.5.2"
|
|
iced-x86 = "1.17.0"
|
|
lazy_static = "1.4"
|
|
libc = "0.2.139"
|
|
nix = "0.25"
|
|
num-traits = "0.2"
|
|
paste = "1.0.14"
|
|
perf-event-open-sys = "4.0"
|
|
procfs = "0.15.1"
|
|
raw-cpuid = "10.6.0"
|
|
reverie = { version = "0.1.0", path = "../reverie" }
|
|
safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", "notifier"] }
|
|
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
|
thiserror = "1.0.49"
|
|
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
|
|
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
|
|
tracing = { version = "0.1.40", features = ["attributes"] }
|
|
tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }
|
|
unwind = { version = "0.4", features = ["ptrace"] }
|
|
|
|
[dev-dependencies]
|
|
test-case = "3.1"
|