# @generated by autocargo [package] name = "reverie-ptrace" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" license = "BSD-2-Clause" [dependencies] anyhow = "1.0.71" async-trait = "0.1.71" bincode = "1.3.3" bytes = { version = "1.1", features = ["serde"] } futures = { version = "0.3.28", 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.13" perf-event-open-sys = "4.0" procfs = "0.10.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.176", features = ["derive", "rc"] } thiserror = "1.0.43" tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] } tracing = "0.1.35" tracing-subscriber = { version = "0.3.17", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] } unwind = { version = "0.4", features = ["ptrace"] } [dev-dependencies] test-case = "3.1"