# 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-sys-fork" version = "0.4.2" authors = ["Flier Lu "] build = "build.rs" description = "A suite of non-cryptographic hash functions for Rust." keywords = ["hash", "hashing"] license = "Apache-2.0" [dependencies.cfg-if] version = "1.0" [build-dependencies.bindgen] version = "0.59" optional = true [build-dependencies.cc] version = "1.0" [build-dependencies.lazy_static] version = "1.4" [build-dependencies.raw-cpuid] version = "10" [features] aes = [] all = ["city", "farm", "highway", "lookup3", "meow", "metro", "mum", "murmur", "spooky", "t1ha", "wy", "xx"] avx = [] avx2 = ["avx"] city = [] default = ["native", "all"] farm = [] gen = ["bindgen"] highway = [] lookup3 = [] meow = [] metro = [] mum = [] murmur = [] native = [] spooky = [] sse41 = [] sse42 = ["sse41"] t1ha = [] wy = [] xx = []