# 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_rbspy" version = "0.2.2" authors = ["Abid Omar "] description = """ rbspy backend for Pyroscope Profiler. """ homepage = "https://pyroscope.io" documentation = "https://docs.rs/pyroscope" readme = "README.md" keywords = [ "pyroscope", "profiler", "rbspy", ] license = "Apache-2.0" repository = "https://github.com/pyroscope-io/pyroscope-rs" resolver = "2" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [dependencies.anyhow] version = "1.0.56" [dependencies.log] version = "0.4" [dependencies.pyroscope] version = "0.5.3" [dependencies.rbspy] version = "0.12.1" package = "rbspy-oncpu" [dependencies.thiserror] version = "1.0"