# 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 = "perf-tools" version = "0.1.1" exclude = [".github/assets/*"] description = "library and tools for Linux perf" readme = "README.md" keywords = ["perf", "pprof", "profiling"] license = "Apache-2.0" repository = "https://github.com/fujita/perf-tools" resolver = "2" [dependencies.cargo_metadata] version = "0.14" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.inferno] version = "0.11" [dependencies.lazy_static] version = "1.4.0" [dependencies.libflate] version = "1" [dependencies.prost] version = "0.9" [dependencies.regex] version = "1" [build-dependencies.prost-build] version = "0.9"