# 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" name = "divan" version = "0.1.15" authors = ["Nikolai Vazquez"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Statistically-comfy benchmarking library." homepage = "https://github.com/nvzqz/divan" documentation = "https://docs.rs/divan" readme = "README.md" keywords = [ "benchmark", "criterion", "instrument", "measure", "performance", ] categories = ["development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/nvzqz/divan" [lib] name = "divan" path = "src/lib.rs" [[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" [dependencies.cfg-if] version = "1" [dependencies.clap] version = "4" features = [ "std", "env", ] default-features = false [dependencies.condtype] version = "1.3" [dependencies.divan-macros] version = "=0.1.15" [dependencies.regex] version = "0.1" features = [ "std", "string", ] default-features = false package = "regex-lite" [dev-dependencies.mimalloc] version = "0.1" [features] default = ["wrap_help"] dyn_thread_local = [] help = ["clap/help"] internal_benches = [] wrap_help = [ "help", "clap/wrap_help", ] [target."cfg(unix)".dependencies.libc] version = "0.2.148"