py-spy 0.4.2

Sampling profiler for Python programs
Documentation
# 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.2"
authors = ["Ben Frederickson <github@benfrederickson.com>"]
build = "build.rs"
exclude = [
    "images/*",
    "test_programs/*",
]
autolib = false
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"

[features]
unwind = ["remoteprocess/unwind"]

[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.44"

[dependencies.clap]
version = "4.6.1"
features = [
    "wrap_help",
    "cargo",
    "derive",
]

[dependencies.clap_complete]
version = "4.6.1"

[dependencies.console]
version = "0.16"

[dependencies.cpp_demangle]
version = "0.5"

[dependencies.ctrlc]
version = "3"

[dependencies.env_logger]
version = "0.11"

[dependencies.goblin]
version = "0.10.5"

[dependencies.indicatif]
version = "0.18"

[dependencies.inferno]
version = "0.12.6"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.17"

[dependencies.memmap2]
version = "0.9.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.page_size]
version = "0.6.0"

[dependencies.proc-maps]
version = "0.4.0"

[dependencies.rand]
version = "0.9"

[dependencies.rand_distr]
version = "0.5"

[dependencies.regex]
version = ">=1.6.0"

[dependencies.remoteprocess]
version = "0.5.2"

[dependencies.serde]
version = "1.0"
features = ["rc"]

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.py-spy-testdata]
version = "0.1.0"

[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",
]