blob: 9b2fb83fcbfbe7556b26dd7f42dd7b32bbe70803 [file] [log] [blame]
[package]
name = "fxhash"
version = "0.2.1"
description = "A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc."
documentation = "https://docs.rs/fxhash"
repository = "https://github.com/cbreeden/fxhash"
readme = "README.md"
keywords = [ "hash" ]
categories = [ "algorithms" ]
license = "Apache-2.0/MIT"
authors = ["cbreeden <github@u.breeden.cc>"]
[lib]
name = "fxhash"
path = "lib.rs"
[[bench]]
name = "fxhash"
path = "bench.rs"
[dependencies]
byteorder = { version = "1.0", path = "../byteorder" }
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }