[package] name = "highhash" version = "0.2.0" edition = "2018" authors = ["Graham L (NGnius) "] description = "High-speed hashing algorithms for Rust." homepage = "https://github.com/NGnius/rust-highhash" repository = "https://github.com/NGnius/rust-highhash.git" documentation = "https://docs.rs/highhash/latest/highhash/" keywords = ["hash", "hashing"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dev-dependencies] fasthash = "0.4"