dev-bench 0.9.0

Performance measurement and regression detection for Rust. Part of the dev-* verification suite.
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.85"
name = "dev-bench"
version = "0.9.0"
authors = ["James Gober <me@jamesgober.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Performance measurement and regression detection for Rust. Part of the dev-* verification suite."
homepage = "https://github.com/jamesgober/dev-bench"
documentation = "https://docs.rs/dev-bench"
readme = "README.md"
keywords = [
    "benchmark",
    "performance",
    "regression",
    "verification",
    "ai-tools",
]
categories = [
    "development-tools",
    "development-tools::profiling",
    "development-tools::testing",
]
license = "Apache-2.0"
repository = "https://github.com/jamesgober/dev-bench"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc-tracking = ["dep:dhat"]
default = []

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

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

[dependencies.dev-report]
version = "0.9"

[dependencies.dhat]
version = "0.3"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = "thin"