# 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 = "t1ha" version = "0.1.2" authors = ["Flier Lu "] build = "build.rs" exclude = ["/appveyor.yml"] description = "An implementation of the T1AH (Fast Positive Hash) hash function." homepage = "https://github.com/flier/rust-t1ha" documentation = "http://doc.rust-lang.org/t1ha" readme = "README.md" keywords = [ "hash", "t1ha", ] categories = [ "algorithms", "no-std", ] license = "Zlib" repository = "https://github.com/flier/rust-t1ha" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" rustc-args = ["-C target-feature=aes,avx,avx2"] [lib] bench = false [[bench]] name = "t1ha" harness = false [[bench]] name = "hash" harness = false [dependencies.cfg-if] version = "1.0" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.ahash] version = "0.8" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.farmhash] version = "1.1" [dev-dependencies.fastmurmur3] version = "0.2" [dev-dependencies.fnv] version = "1.0" [dev-dependencies.fxhash] version = "0.2" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.meowhash] version = "0.3" [dev-dependencies.metrohash] version = "1.0" [dev-dependencies.murmur3] version = "0.5" [dev-dependencies.rustc-hash] version = "1.1" [dev-dependencies.seahash] version = "4.1" [dev-dependencies.twox-hash] version = "1.6" [dev-dependencies.wyhash] version = "0.5" [dev-dependencies.xxhash-rust] version = "0.8" features = ["xxh3"] [dev-dependencies.xxhash2] version = "0.1" [build-dependencies.rustc_version] version = "0.4" [features] default = [ "std", "runtime_select", ] runtime_select = ["lazy_static"] std = [] unaligned_access = [] [badges.appveyor] project_name = "flier/rust-t1ha" repository = "flier/rust-t1ha" [badges.travis-ci] repository = "flier/rust-t1ha"