# 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 = "cityhash-sys" version = "1.0.6" authors = ["Julian LALU"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust binding of Google CityHash algorithm." readme = "README.md" keywords = [ "hash", "string", "gamedev", "hasher", "hashmap", ] categories = [ "algorithms", "external-ffi-bindings", "no-std", ] license = "MIT" repository = "https://github.com/HUD-Software/cityhash-sys" [package.metadata.docs.rs] rustc-args = ["-Ctarget-feature=+sse4.2"] rustdoc-args = ["-Ctarget-feature=+sse4.2"] [lib] name = "cityhash_sys" path = "src/lib.rs" [[test]] name = "hash_128" path = "tests/hash_128.rs" [[test]] name = "hash_256" path = "tests/hash_256.rs" [[test]] name = "hash_32" path = "tests/hash_32.rs" [[test]] name = "hash_64" path = "tests/hash_64.rs" [[test]] name = "hasher" path = "tests/hasher.rs" [[test]] name = "lipsum" path = "tests/lipsum.rs" [build-dependencies.cc] version = "1.0"