# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "py-spy" version = "0.4.0" authors = ["Ben Frederickson "] build = "build.rs" exclude = [ "images/*", "test_programs/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Sampling profiler for Python programs " homepage = "https://github.com/benfred/py-spy" readme = "README.md" license = "MIT" repository = "https://github.com/benfred/py-spy" [lib] name = "py_spy" path = "src/lib.rs" [[bin]] name = "py-spy" path = "src/main.rs" [[example]] name = "dump_traces" path = "examples/dump_traces.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "3.2" features = [ "wrap_help", "cargo", "derive", ] [dependencies.clap_complete] version = "3.2" [dependencies.console] version = "0.15" [dependencies.cpp_demangle] version = "0.4" [dependencies.ctrlc] version = "3" [dependencies.env_logger] version = "0.10" [dependencies.goblin] version = "0.9.2" [dependencies.indicatif] version = "0.17" [dependencies.inferno] version = "0.11.21" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.lru] version = "0.10" [dependencies.memmap2] version = "0.9.4" [dependencies.num-traits] version = "0.2" [dependencies.proc-maps] version = "0.4.0" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.regex] version = ">=1.6.0" [dependencies.remoteprocess] version = "0.5.0" features = ["unwind"] [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.6.0" [dev-dependencies.py-spy-testdata] version = "0.1.0" [features] unwind = [] [target."cfg(unix)".dependencies.termios] version = "0.3.3" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "errhandlingapi", "winbase", "consoleapi", "wincon", "handleapi", "timeapi", "processenv", ]