# 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 = "murmurhash32" version = "0.3.1" authors = ["Paul Masurel "] description = "A simple implementation of murmurhash32_2" readme = "README.md" keywords = ["murmurhash"] license = "MIT" repository = "https://github.com/quickwit-inc/murmurhash32" [profile.bench] opt-level = 3 debug = 0 debug-assertions = false rpath = false [[bench]] name = "murmurhash32_bench" harness = false [dev-dependencies.criterion] version = "0.4"