# 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 = "pyroscope_pprofrs" version = "0.2.7" authors = ["Abid Omar "] description = """ pprof-rs backend for Pyroscope Profiler. """ homepage = "https://pyroscope.io" documentation = "https://docs.rs/pyroscope" readme = "README.md" keywords = [ "pyroscope", "profiler", "pprof-rs", ] 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 [dependencies.log] version = "0.4" [dependencies.pprof] version = "0.12" [dependencies.pyroscope] version = "0.5.7" default-features = false [dependencies.thiserror] version = "1.0" [features] default = ["pyroscope/default"] frame-pointer = ["pprof/frame-pointer"] [target.aarch64-apple-darwin.dependencies.pprof] version = "0.12" features = ["frame-pointer"]