rbspy 0.48.0

Sampling CPU profiler for Ruby
Documentation
# 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"
rust-version = "1.56"
name = "rbspy"
version = "0.48.0"
authors = [
    "Adam Jensen <acjensen@gmail.com>",
    "Julia Evans <julia@jvns.ca>",
]
build = false
exclude = [
    "/.github/",
    "/ci/",
    "/xtask/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sampling CPU profiler for Ruby"
homepage = "https://rbspy.github.io/"
documentation = "https://github.com/rbspy/rbspy"
readme = "README.md"
keywords = [
    "ruby",
    "profiler",
    "MRI",
]
license = "MIT"
repository = "https://github.com/rbspy/rbspy"

[lib]
name = "rbspy"
path = "src/lib.rs"

[[bin]]
name = "rbspy"
path = "src/main.rs"

[[example]]
name = "record"
path = "examples/record.rs"

[[example]]
name = "report"
path = "examples/report.rs"

[[example]]
name = "snapshot"
path = "examples/snapshot.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.42"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.ctrlc]
version = "3.5.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.flate2]
version = "1.1.8"

[dependencies.inferno]
version = "0.12.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2.180"

[dependencies.log]
version = "0.4.28"

[dependencies.memmap2]
version = "0.9.8"

[dependencies.proc-maps]
version = "0.4.0"

[dependencies.prost]
version = "0.14.3"

[dependencies.rand]
version = "0.10.0"

[dependencies.rbspy-ruby-structs]
version = "0.48.0"

[dependencies.remoteprocess]
version = "0.5.0"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_derive]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.spytools]
version = "0.4.0"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.terminal_size]
version = "0.4.3"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.byteorder]
version = "1.4.3"

[dev-dependencies.rbspy-testdata]
version = "0.3.1"

[dev-dependencies.rstest]
version = "0.26.1"

[target.'cfg(target_os="macos")'.dependencies.libproc]
version = "0.14.11"

[target."cfg(unix)".dependencies.nix]
version = "0.31.3"
features = ["user"]

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "timeapi",
    "wow64apiset",
]

[profile.release]
lto = true