codspeed-divan-compat 4.7.0

Divan compatibility layer for CodSpeed
Documentation
# 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.80"
name = "codspeed-divan-compat"
version = "4.7.0"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Divan compatibility layer for CodSpeed"
homepage = "https://codspeed.io"
documentation = "https://codspeed.io/docs/reference/codspeed-rust/divan"
readme = "README.md"
keywords = [
    "codspeed",
    "benchmark",
    "divan",
]
categories = [
    "development-tools",
    "development-tools::profiling",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/CodSpeedHQ/codspeed-rust"

[lib]
name = "codspeed_divan_compat"
path = "src/lib.rs"

[[bench]]
name = "basic_example"
path = "benches/basic_example.rs"
harness = false

[[bench]]
name = "drop_example"
path = "benches/drop_example.rs"
harness = false

[[bench]]
name = "fib_example"
path = "benches/fib_example.rs"
harness = false

[[bench]]
name = "sleep_benches"
path = "benches/sleep_benches.rs"
harness = false

[[bench]]
name = "thread_example"
path = "benches/thread_example.rs"
harness = false

[dependencies.clap]
version = "4"
features = [
    "std",
    "env",
]
default-features = false

[dependencies.codspeed]
version = "=4.7.0"

[dependencies.codspeed-divan-compat-macros]
version = "=4.7.0"

[dependencies.divan]
version = "=4.7.0"
package = "codspeed-divan-compat-walltime"

[dependencies.regex]
version = "1.11.3"