blob: 3354aff70e249998adf413315f5a32c706787872 [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "bencher"
version = "0.1.5"
authors = ["bluss", "The Rust Project Developers"]
description = "A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing!)."
documentation = "https://docs.rs/bencher/"
keywords = ["benchmark"]
categories = ["development-tools::profiling", "rust-patterns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/bencher/"
[package.metadata.release]
no-dev-version = true
[lib]
name = "bencher"
path = "lib.rs"
bench = false
[[bench]]
name = "example"
harness = false
[dependencies]