pyroscope_rbspy 0.2.2

rbspy backend for Pyroscope Profiler.
Documentation
[package]
name = "pyroscope_rbspy"
description = """
rbspy backend for Pyroscope Profiler.
"""
keywords = ["pyroscope", "profiler", "rbspy"]
authors = ["Abid Omar <contact@omarabid.com>"]
version = "0.2.2"
edition = "2021"
license = "Apache-2.0"
homepage = "https://pyroscope.io"
documentation  = "https://docs.rs/pyroscope"
repository = "https://github.com/pyroscope-io/pyroscope-rs"
readme = "README.md"

[dependencies]
rbspy= {package = "rbspy-oncpu", version = "0.12.1"}
pyroscope = { version = "0.5.3", path = "../../" }
thiserror ="1.0"
log = "0.4"
anyhow = "1.0.56"

[patch.crates-io]
read-process-memory = {git = "https://github.com/omarabid/read-process-memory.git", branch = "0.1.4-fix"}

[profile.dev]
opt-level=0
debug = true
rpath = false
lto = false
debug-assertions = true
codegen-units = 4

[profile.release]
opt-level=3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1

[profile.test]
opt-level = 1
debug = true
rpath = false
lto = false
debug-assertions = true
codegen-units = 4

[profile.bench]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1