# 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 = "cobench" version = "0.1.0" authors = ["Daniel Csillag "] description = "Statistically rigorous performance benchmarking, powered by Conformal Prediction" readme = "README.md" keywords = [ "benchmarking", "performance", "measurement", ] categories = [ "development-tools", "development-tools::profiling", "command-line-utilities", ] license = "MIT" repository = "https://github.com/dccsillag/cobench" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.delaunator] version = "1.0.2" [dependencies.float-ord] version = "0.3.2" [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.shell-words] version = "1.1.0" [dependencies.statrs] version = "0.16.0" [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.3"