yab 0.2.0

Yet Another Benchmarking framework powered by `cachegrind`
# 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 = "2024"
rust-version = "1.86"
name = "yab"
version = "0.2.0"
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yet Another Benchmarking framework powered by `cachegrind`"
readme = "README.md"
keywords = [
    "benchmark",
    "profiler",
    "cachegrind",
]
categories = ["development-tools::profiling"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/slowli/yab"

[package.metadata.docs.rs]
features = ["serde"]

[features]
default = []
instrumentation = ["dep:crabgrind"]

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

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

[dependencies.anstream]
version = "1.0.0"

[dependencies.anstyle]
version = "1.0.14"

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

[dependencies.crabgrind]
version = "0.3.0"
optional = true

[dependencies.num_cpus]
version = "1"

[dependencies.regex]
version = "1.13.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.doc-comment]
version = "0.3.4"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.styled-str]
version = "0.5.0"

[dev-dependencies.version-sync]
version = "0.9.5"

[lints.clippy]
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"