[package] name = "integer-hasher" version = "0.1.1" edition = "2018" authors = ["Jiahao XU ", "Parity Technologies "] license = "Apache-2.0 OR MIT" description = "An implementation of `std::hash::Hasher` which does not hash at all." repository = "https://github.com/NobodyXu/integer-hasher" keywords = ["hash", "hasher", "hashmap", "hashset"] [features] default = ["std"] std = [] # docs.rs-specific configuration, shamelessly copied from # https://stackoverflow.com/a/61417700/8375400. # # To test locally, use ` ./build_doc.sh` [package.metadata.docs.rs] # document all features all-features = true # defines the configuration attribute `docsrs` rustdoc-args = ["--cfg", "docsrs"]