# 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-sys" version = "0.3.2" authors = ["Flier Lu "] build = "build.rs" links = "fasthash" description = "A suite of non-cryptographic hash functions for Rust." homepage = "https://github.com/flier/rust-fasthash" keywords = ["hash", "hashing"] license = "Apache-2.0" repository = "https://github.com/flier/rust-fasthash.git" [dependencies] [build-dependencies.bindgen] version = "0.37" optional = true [build-dependencies.gcc] version = "0.3" [features] aes = [] avx = ["aes"] avx2 = ["aes"] default = ["sse42", "aes", "avx", "avx2"] gen = ["bindgen"] sse42 = []