# 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" rust-version = "1.63" name = "pyroscope" version = "0.5.7" authors = ["Abid Omar "] autobins = false autoexamples = true autotests = true autobenches = true description = """ Pyroscope Profiler Agent for continuous profiling of Rust, Python and Ruby applications. """ homepage = "https://pyroscope.io/docs/rust" documentation = "https://docs.rs/pyroscope" readme = "README.md" keywords = [ "pyroscope", "profiler", "profiling", "pprof", ] license = "Apache-2.0" repository = "https://github.com/pyroscope-io/pyroscope-rs" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = 2 debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = 2 debug-assertions = true rpath = false [[example]] name = "internal-backend-void" path = "examples/internal/backend-void.rs" [[example]] name = "internal-backend-void-run" path = "examples/internal/backend-void-run.rs" [[example]] name = "internal-backend-pprof" path = "examples/internal/backend-pprof.rs" [[example]] name = "internal-timer" path = "examples/internal/timer.rs" [[example]] name = "internal-pyspy-connect" path = "examples/internal/pyspy-connect.rs" [[example]] name = "internal-rbspy-connect" path = "examples/internal/rbspy-connect.rs" [dependencies.json] version = "0.12.4" [dependencies.libc] version = "^0.2.124" [dependencies.libflate] version = "1.2.0" [dependencies.log] version = "0.4" [dependencies.names] version = "0.14.0" [dependencies.prost] version = "0.11" [dependencies.reqwest] version = "0.11" features = ["blocking"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2.2" [dependencies.winapi] version = "0.3.9" [dev-dependencies.assert_matches] version = "1" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.tokio] version = "1.18" features = ["full"] [features] default = ["rustls-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]