# 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 = "2018" name = "criterion_bencher_compat" version = "0.4.0" authors = ["Brook Heisler "] description = "Drop-in replacement for commonly-used parts of Bencher" homepage = "https://bheisler.github.io/criterion.rs/book/index.html" readme = "README.md" keywords = [ "criterion", "benchmark", ] categories = ["development-tools::profiling"] license = "Apache-2.0/MIT" repository = "https://github.com/bheisler/criterion.rs" [[bench]] name = "bencher_example" harness = false [dependencies.criterion] version = "0.4.0" default-features = false [features] default = [] real_blackbox = ["criterion/real_blackbox"]