# 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 = "fasthash-fork" version = "0.4.1" authors = ["Flier Lu "] description = "A suite of non-cryptographic hash functions for Rust - Forked to release current code-base." keywords = ["hash", "hashing"] license = "Apache-2.0" [[bench]] name = "hash" harness = false [dependencies.ahash] version = "0.7" optional = true [dependencies.cfg-if] version = "1.0" [dependencies.derive_more] version = "0.99" [dependencies.digest] version = "0.9" optional = true [dependencies.fasthash-sys-fork] version = "0.4.2" default-features = false [dependencies.lazy_static] version = "1.3" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.seahash] version = "4.1" optional = true [dependencies.xoroshiro128] version = "0.5" features = ["rand"] [dev-dependencies.criterion] version = "0.3" [build-dependencies.raw-cpuid] version = "10" [features] aes = ["fasthash-sys-fork/aes"] all = ["fasthash-sys-fork/all", "ahash", "city", "farm", "highway", "lookup3", "meow", "metro", "mum", "murmur", "seahash", "spooky", "t1ha", "wy", "xx"] avx = ["fasthash-sys-fork/avx"] avx2 = ["fasthash-sys-fork/avx2"] city = ["fasthash-sys-fork/city"] default = ["doc", "native", "all"] doc = [] farm = ["fasthash-sys-fork/farm"] gen = ["fasthash-sys-fork/gen"] highway = ["fasthash-sys-fork/highway"] lookup3 = ["fasthash-sys-fork/lookup3"] meow = ["fasthash-sys-fork/meow"] metro = ["fasthash-sys-fork/metro"] mum = ["fasthash-sys-fork/mum"] murmur = ["fasthash-sys-fork/murmur"] native = ["fasthash-sys-fork/native"] spooky = ["fasthash-sys-fork/spooky"] sse41 = ["fasthash-sys-fork/sse41"] sse42 = ["fasthash-sys-fork/sse42"] t1ha = ["fasthash-sys-fork/t1ha"] wy = ["fasthash-sys-fork/wy"] xx = ["fasthash-sys-fork/xx"]