blob: f89509c1f982b3e91ec0d6df6bea6cf255df4089 [file] [log] [blame]
[package]
name = "fnv"
version = "1.0.6"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Fowler–Noll–Vo hash function"
license = "Apache-2.0 / MIT"
readme = "README.md"
repository = "https://github.com/servo/rust-fnv"
documentation = "https://doc.servo.org/fnv/"
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }
[lib]
name = "fnv"
path = "lib.rs"