# 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.7.2" authors = ["Arthur Pastel "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [[bin]] name = "cargo-codspeed" path = "src/main.rs" [[test]] name = "crates_working_directory" path = "tests/crates_working_directory.rs" [[test]] name = "features" path = "tests/features.rs" [[test]] name = "helpers" path = "tests/helpers.rs" [[test]] name = "package_in_deps" path = "tests/package_in_deps.rs" [[test]] name = "simple" path = "tests/simple.rs" [[test]] name = "workspace" path = "tests/workspace.rs" [dependencies.anstyle] version = "1.0.8" [dependencies.anyhow] version = "1.0.86" [dependencies.cargo] version = "0.81.0" [dependencies.clap] version = "=4.5.17" features = ["derive"] [dependencies.itertools] version = "0.13.0" [dependencies.termcolor] version = "1.4" [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.fs_extra] version = "1.3.0" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.uuid] version = "1.10.0" features = ["v4"] [features] vendored-openssl = ["cargo/vendored-openssl"]