# 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.75" name = "yab" version = "0.1.0" authors = ["Alex Ostrovski "] build = 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"] [lib] name = "yab" path = "src/lib.rs" [[test]] name = "version_match" path = "tests/version_match.rs" [dependencies.anes] version = "0.1" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", "wrap_help", ] [dependencies.crabgrind] version = "0.1.11" optional = true [dependencies.num_cpus] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.64" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.serde_json] version = "1" [dev-dependencies.version-sync] version = "0.9.5" [features] default = [] instrumentation = ["dep:crabgrind"]