pprof_util 0.8.2

various utilities for representing and manipulating profiling data
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"
name = "pprof_util"
version = "0.8.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "various utilities for representing and manipulating profiling data"
homepage = "https://crates.io/crates/pprof_util"
readme = false
license = "Apache-2.0"
repository = "https://github.com/polarsignals/rust-jemalloc-pprof"

[features]
flamegraph = [
    "symbolize",
    "dep:inferno",
]
symbolize = ["dep:backtrace"]

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

[dependencies.anyhow]
version = "1"

[dependencies.backtrace]
version = "0.3"
optional = true

[dependencies.flate2]
version = "1.0"

[dependencies.inferno]
version = "0.12"
optional = true

[dependencies.num]
version = "0.4"

[dependencies.paste]
version = "1.0"

[dependencies.prost]
version = "0.14"
features = ["no-recursion-limit"]