# 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 = "hypcmp" version = "0.3.2" authors = ["Ugur Cayoglu "] description = "Extension to run hyperfine with toml files w/ commit switches." documentation = "https://docs.rs/hypcmp" readme = "README.md" keywords = [ "benchmarks", "toml", "hyperfine", "performance", "profiling", ] categories = ["development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/sqsh-project/hypcmp" [dependencies.clap] version = "3.*" features = ["derive"] [dependencies.clap-verbosity-flag] version = "1.0.*" [dependencies.env_logger] version = "0.9.*" [dependencies.log] version = "0.4.*" [dependencies.serde] version = "1.*" features = ["derive"] [dependencies.serde_json] version = "1.*" [dependencies.tempfile] version = "3.*" [dependencies.toml] version = "0.5.*"