cargo-codspeed 4.4.0

Cargo extension to build & run your codspeed benchmarks
# 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.74"
name = "cargo-codspeed"
version = "4.4.0"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo extension to build & run your codspeed benchmarks"
homepage = "https://codspeed.io"
documentation = "https://codspeed.io/docs/reference/codspeed-rust/cargo-codspeed"
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"

[features]
vendored-openssl = []

[[bin]]
name = "cargo-codspeed"
path = "src/main.rs"

[[test]]
name = "cargo_config"
path = "tests/cargo_config.rs"

[[test]]
name = "crates_working_directory"
path = "tests/crates_working_directory.rs"

[[test]]
name = "default_harness_error"
path = "tests/default_harness_error.rs"

[[test]]
name = "features"
path = "tests/features.rs"

[[test]]
name = "helpers"
path = "tests/helpers.rs"

[[test]]
name = "measurement_modes"
path = "tests/measurement_modes.rs"

[[test]]
name = "package_in_deps"
path = "tests/package_in_deps.rs"

[[test]]
name = "simple-bencher"
path = "tests/simple-bencher.rs"

[[test]]
name = "simple-criterion"
path = "tests/simple-criterion.rs"

[[test]]
name = "simple-divan"
path = "tests/simple-divan.rs"

[[test]]
name = "workspace"
path = "tests/workspace.rs"

[dependencies.anstyle]
version = "1.0.8"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.cargo_metadata]
version = "0.23.0"

[dependencies.clap]
version = "=4.5.17"
features = [
    "derive",
    "env",
]

[dependencies.codspeed]
version = "=4.4.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.138"

[dependencies.termcolor]
version = "1.4"

[dependencies.toml]
version = "0.8"

[dev-dependencies.assert_cmd]
version = "2.0.15"

[dev-dependencies.fs_extra]
version = "1.3.0"

[dev-dependencies.predicates]
version = "3.1.2"