Sha256: c27c416549c0d1d3191888248b1f2830672a56f587fe672d7fec46ff406b5a16

Contents?: true

Size: 629 Bytes

Versions: 5

Compression:

Stored size: 629 Bytes

Contents

[package]
name = "rbspy"
version = "0.1.0"
edition = "2021"

[lib]
name = "rbspy"
crate-type = ["cdylib"]

[dependencies]
#pyroscope = {version = "0.5.2" }
pyroscope = { path = "../../../../" }
#pyroscope_rbspy = { version = "0.2" }
pyroscope_rbspy = { path = "../../../../pyroscope_backends/pyroscope_rbspy" }

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

[build-dependencies]
cbindgen = "0.20.0"

[profile.release]
opt-level= "z"
debug = false
lto = true
codegen-units = 1

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pyroscope-0.3.0-aarch64-linux ext/rbspy/Cargo.toml
pyroscope-0.3.0-x86_64-darwin ext/rbspy/Cargo.toml
pyroscope-0.3.0-arm64-darwin ext/rbspy/Cargo.toml
pyroscope-0.3.0-x86_64-linux ext/rbspy/Cargo.toml
pyroscope-0.3.0 ext/rbspy/Cargo.toml