flamegraph 0.1.11

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "flamegraph"
version = "0.1.11"
authors = ["Tyler Neely <tyler.neely@ferrous-systems.com>"]
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/Apache-2.0"
repository = "https://github.com/ferrous-systems/cargo-flamegraph"

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

[[bin]]
name = "flamegraph"
path = "src/bin/flamegraph.rs"
[dependencies.cargo_metadata]
version = "0.7.1"

[dependencies.inferno]
version = "0.4"

[dependencies.signal-hook]
version = "0.1.8"

[dependencies.structopt]
version = "0.2.14"