t1ha 0.1.2

An implementation of the T1AH (Fast Positive Hash) hash function.
[[bench]]
harness = false
name = "t1ha"

[[bench]]
harness = false
name = "hash"
[badges.appveyor]
project_name = "flier/rust-t1ha"
repository = "flier/rust-t1ha"

[badges.travis-ci]
repository = "flier/rust-t1ha"
[build-dependencies.rustc_version]
version = "0.4"
[dependencies.cfg-if]
version = "1.0"

[dependencies.lazy_static]
optional = true
version = "1.4"

[dependencies.num-traits]
default-features = false
version = "0.2"
[dev-dependencies.ahash]
version = "0.8"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.farmhash]
version = "1.1"

[dev-dependencies.fastmurmur3]
version = "0.2"

[dev-dependencies.fnv]
version = "1.0"

[dev-dependencies.fxhash]
version = "0.2"

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

[dev-dependencies.meowhash]
version = "0.3"

[dev-dependencies.metrohash]
version = "1.0"

[dev-dependencies.murmur3]
version = "0.5"

[dev-dependencies.rustc-hash]
version = "1.1"

[dev-dependencies.seahash]
version = "4.1"

[dev-dependencies.twox-hash]
version = "1.6"

[dev-dependencies.wyhash]
version = "0.5"

[dev-dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8"

[dev-dependencies.xxhash2]
version = "0.1"

[features]
default = ["std", "runtime_select"]
runtime_select = ["lazy_static"]
std = []
unaligned_access = []

[lib]
bench = false

[package]
authors = ["Flier Lu <flier.lu@gmail.com>"]
build = "build.rs"
categories = ["algorithms", "no-std"]
description = "An implementation of the T1AH (Fast Positive Hash) hash function."
documentation = "http://doc.rust-lang.org/t1ha"
edition = "2018"
exclude = ["/appveyor.yml"]
homepage = "https://github.com/flier/rust-t1ha"
keywords = ["hash", "t1ha"]
license = "Zlib"
name = "t1ha"
readme = "README.md"
repository = "https://github.com/flier/rust-t1ha"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
rustc-args = ["-C target-feature=aes,avx,avx2"]