flamegraph 0.6.12

A simple cargo subcommand for generating flamegraphs, using inferno under the hood
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.86"
name = "flamegraph"
version = "0.6.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple cargo subcommand for generating flamegraphs, using inferno under the hood"
readme = "README.md"
keywords = [
    "perf",
    "flamegraph",
    "profiling",
    "cargo",
    "cargo-subcommand",
]
categories = [
    "command-line-utilities",
    "development-tools::profiling",
    "visualization",
    "development-tools::cargo-plugins",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/flamegraph-rs/flamegraph"

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

[[bin]]
name = "cargo-flamegraph"
path = "src/bin/cargo-flamegraph.rs"

[[bin]]
name = "flamegraph"
path = "src/bin/flamegraph.rs"

[dependencies.anyhow]
version = "1.0.43"

[dependencies.cargo_metadata]
version = "0.23"

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

[dependencies.clap_complete]
version = "4.0.2"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.inferno]
version = "0.12.2"
features = [
    "multithreaded",
    "nameattr",
]
default-features = false

[dependencies.opener]
version = "0.8.1"

[dependencies.rustc-demangle]
version = "0.1"
features = ["std"]

[dependencies.shlex]
version = "1.1.0"

[target.'cfg(target_os = "macos")'.dependencies.quick-xml]
version = "0.39"
default-features = false

[target."cfg(unix)".dependencies.signal-hook]
version = "0.4.1"

[target."cfg(windows)".dependencies.blondie]
version = "0.5.2"

[profile.release.build-override]
opt-level = 0