fasthash-sys-fork 0.4.2

A suite of non-cryptographic hash functions for Rust.
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.59"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.lazy_static]
version = "1.4"

[build-dependencies.raw-cpuid]
version = "10"

[dependencies.cfg-if]
version = "1.0"

[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 = []

[package]
authors = ["Flier Lu <flier.lu@gmail.com>"]
build = "build.rs"
description = "A suite of non-cryptographic hash functions for Rust."
edition = "2018"
keywords = ["hash", "hashing"]
license = "Apache-2.0"
name = "fasthash-sys-fork"
version = "0.4.2"