# 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 = "cargo-codspeed" version = "2.6.0" authors = ["Arthur Pastel "] description = "Cargo extension to build & run your codspeed benchmarks" homepage = "https://codspeed.io" documentation = "https://docs.codspeed.io" readme = "README.md" keywords = [ "codspeed", "benchmark", "cargo", ] categories = [ "development-tools", "development-tools::cargo-plugins", "development-tools::profiling", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CodSpeedHQ/codspeed-rust" [dependencies.anstyle] version = "1.0.6" [dependencies.anyhow] version = "1.0.66" [dependencies.cargo] version = "0.78.1" [dependencies.clap] version = "=4.5.4" features = ["derive"] [dependencies.itertools] version = "0.10.5" [dependencies.termcolor] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0.7" [dev-dependencies.fs_extra] version = "1.2.0" [dev-dependencies.predicates] version = "2.1.4" [dev-dependencies.uuid] version = "1.2.2" features = ["v4"] [features] vendored-openssl = ["cargo/vendored-openssl"]