# 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 = "benchify" version = "0.4.5" authors = ["Jay Bosamiya "] description = "A tool for declaratively specifying and running benchmarks of different tools against various tests" homepage = "https://github.com/jaybosamiya/benchify/" readme = "README.md" license-file = "./LICENSE" repository = "https://github.com/jaybosamiya/benchify/" [profile.dev.package.backtrace] opt-level = 3 [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.color-eyre] version = "0.6" default-features = false [dependencies.csv] version = "1.2.2" [dependencies.indicatif] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.num_cpus] version = "1.16.0" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.7.6"