Sha256: 3ca902f7b07395e5472e1daa2fdc5d314d81b50fc8f95564a647c7f722bfd26c
Contents?: true
Size: 478 Bytes
Versions: 32
Compression:
Stored size: 478 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" log = "0.4" [build-dependencies] cbindgen = "0.20.0" [profile.release] opt-level= "z" debug = false lto = true codegen-units = 1
Version data entries
32 entries across 32 versions & 1 rubygems