Sha256: bde889a508f0b616f3055e1c33773f89951bbf4f75102f8693c65cb05cf5930b

Contents?: true

Size: 466 Bytes

Versions: 5

Compression:

Stored size: 466 Bytes

Contents

[package]
name = "rbspy"
version = "0.1.0"
edition = "2021"
rust-version = "1.63"

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

[dependencies]
pyroscope = { path = "../../../../" }
pyroscope_rbspy = { path = "../../../../pyroscope_backends/pyroscope_rbspy" }
ffikit = { path = "../../../ffikit" }
pretty_env_logger = "0.4.0"
inferno = "=0.11.14"

[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.5.2 ext/rbspy/Cargo.toml
pyroscope-0.5.2-x86_64-linux ext/rbspy/Cargo.toml
pyroscope-0.5.2-x86_64-darwin ext/rbspy/Cargo.toml
pyroscope-0.5.2-arm64-darwin ext/rbspy/Cargo.toml
pyroscope-0.5.2-aarch64-linux ext/rbspy/Cargo.toml