[go: up one dir, main page]

divan 0.1.21

Statistically-comfy benchmarking library.
Documentation
[dependencies.cfg-if]
version = "1"

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

[dependencies.condtype]
version = "1.3"

[dependencies.divan-macros]
version = "=0.1.21"

[dependencies.regex]
default-features = false
features = ["std", "string"]
package = "regex-lite"
version = "0.1"

[dev-dependencies.mimalloc]
version = "0.1"

[features]
default = ["wrap_help"]
dyn_thread_local = []
help = ["clap/help"]
internal_benches = []
wrap_help = ["help", "clap/wrap_help"]

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

[package]
authors = ["Nikolai Vazquez"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::profiling"]
description = "Statistically-comfy benchmarking library."
documentation = "https://docs.rs/divan"
edition = "2021"
homepage = "https://github.com/nvzqz/divan"
keywords = ["benchmark", "criterion", "instrument", "measure", "performance"]
license = "MIT OR Apache-2.0"
name = "divan"
readme = "README.md"
repository = "https://github.com/nvzqz/divan"
rust-version = "1.80.0"
version = "0.1.21"

[target."cfg(unix)".dependencies.libc]
version = "0.2.148"

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

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

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

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