# 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-cycles-per-byte" version = "0.6.1" authors = ["The SiO4 Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "measure time with CPU cycles for criterion" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/wainwrightmark/criterion-cycles-per-byte" [lib] name = "criterion_cycles_per_byte" path = "src/lib.rs" [[bench]] name = "fibonacci" path = "benches/fibonacci.rs" harness = false [dependencies.cfg-if] version = "1" [dependencies.criterion] version = "0.5" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(rdpru)"]