# 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 = "app-benchmark" version = "0.3.0" authors = ["yarenty "] description = "Benchmarking for one-shot applicaitions - running on top of GNU Time app. (Use app-tracer for long running processes like servers, streaming)." homepage = "https://github.com/yarenty/app_benchmark" readme = "README.md" keywords = [ "benchmark", "monitor", "trace", "tracing", "observability", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/yarenty/app_benchmark" resolver = "2" [[bin]] name = "benchmark" path = "src/benchmark.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2" features = [ "derive", "color", ] [dependencies.color-eyre] version = "0.6" [dependencies.csv] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.humantime] version = "2" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.poloto] version = "15.2" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.tagger] version = "4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"]