# 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 = "fastmurmur3" version = "0.2.0" authors = ["Kurt Wolf "] description = "Fast non-cryptographic hash, with the benchmarks to prove it." readme = "README.md" keywords = [ "hash", "murmur3", "murmur", "hashing", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/kurtbuilds/fastmurmur3" [[bench]] name = "bench" path = "bench/bench.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.fasthash] version = "0.4.0" [dev-dependencies.murmur3] version = "0.5.1" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rustc-hash] version = "1.1.0" [dev-dependencies.sha-1] version = "0.10.0" [dev-dependencies.twox-hash] version = "1.6.1" [dev-dependencies.xxhash-rust] version = "0.8.2" features = ["xxh3"] [features] murmur3c = []