# 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 = "bitbelay" version = "0.1.1" authors = ["Clay McLeod "] description = "A performance evaluation harness for non-cryptographic hash functions" documentation = "https://docs.rs/bitbelay" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/claymcleod/bitbelay" [package.metadata.docs.rs] all-features = true [[bin]] name = "bitbelay" path = "src/main.rs" required-features = ["binaries"] [[example]] name = "bitbelay-ahash" path = "examples/bitbelay-ahash.rs" required-features = [ "cli", "hash-ahash", ] [[example]] name = "bitbelay-custom" path = "examples/bitbelay-custom.rs" required-features = ["cli"] [[example]] name = "bitbelay-std" path = "examples/bitbelay-std.rs" required-features = ["cli"] [dependencies.ahash] version = "0.8.7" optional = true [dependencies.anyhow] version = "1.0.76" [dependencies.bitbelay-cli] version = "0.1.1" optional = true [dependencies.bitbelay-providers] version = "0.1.0" optional = true [dependencies.bitbelay-report] version = "0.1.0" optional = true [dependencies.bitbelay-statistics] version = "0.1.0" optional = true [dependencies.bitbelay-suites] version = "0.1.0" optional = true [features] binaries = ["cli"] cli = ["dep:bitbelay-cli"] default = [] hash-ahash = [ "binaries", "dep:ahash", ] providers = ["dep:bitbelay-providers"] report = ["dep:bitbelay-report"] statistics = ["dep:bitbelay-statistics"] suites = ["dep:bitbelay-suites"]