# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "fasthash" version = "0.4.0" authors = ["Flier Lu "] description = "A suite of non-cryptographic hash functions for Rust." homepage = "https://github.com/flier/rust-fasthash" documentation = "https://flier.github.io/rust-fasthash/" keywords = ["hash", "hashing"] license = "Apache-2.0" repository = "https://github.com/flier/rust-fasthash.git" [[bench]] name = "hash" harness = false [dependencies.cfg-if] version = "0.1" [dependencies.fasthash-sys] version = "0.3.2" [dependencies.num-traits] version = "0.2" [dependencies.seahash] version = "3.0" [dependencies.xoroshiro128] version = "0.3" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.lazy_static] version = "1.3" [features] aes = ["fasthash-sys/aes"] avx = ["fasthash-sys/avx"] avx2 = ["fasthash-sys/avx2"] default = ["sse42", "aes", "avx", "avx2", "doc"] doc = [] gen = ["fasthash-sys/gen"] sse42 = ["fasthash-sys/sse42"]