# 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 = "profl-cli" version = "0.1.1" include = ["src/**/*.rs", "README.md", "LICENSE"] description = "CLI for generating profl reports" keywords = ["metrics"] categories = ["development-tools::profiling"] license-file = "LICENSE" repository = "https://github.com/broxus/profl" [[bin]] name = "profl" path = "src/main.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.argh] version = "0.1.6" [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1.4.3" [dependencies.hdrhistogram] version = "7.3.0" [dependencies.itertools] version = "0.10.1" [dependencies.plotters] version = "0.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smallstr] version = "0.2.0" features = ["serde", "union"]