# 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" rust-version = "1.56" name = "calliper" version = "0.1.4" authors = ["Piotr Osiewicz "] description = "Fine-grained benchmarking made easy." homepage = "https://github.com/osiewicz/calliper" readme = "README.md" keywords = [ "benchmark", "calliper", "callgrind", ] categories = ["development-tools::profiling"] license = "Apache-2.0/MIT" repository = "https://github.com/osiewicz/calliper" [[bench]] name = "fibonacci" harness = false [[bench]] name = "array_searching" harness = false [[bench]] name = "regex" harness = false [dependencies.backtrace] version = "0.3" [dependencies.crabgrind] version = "0.1.9" [dependencies.rustversion] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "~1.0" [dev-dependencies.regex] version = "1.0"