# 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] edition = "2018" name = "mur3" version = "0.1.0" authors = ["The TiKV Project Developers"] description = "The rust language implementation of MurmurHash3." homepage = "https://github.com/tikv/mur3" documentation = "https://docs.rs/mur3" readme = "README.md" keywords = ["murmurhash3", "murmur3"] categories = ["algorithms"] license = "MIT" [profile.bench] codegen-units = 1 [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8"