[package] | |
name = "fnv" | |
version = "1.0.7" | |
authors = ["Alex Crichton <[email protected]>"] | |
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/" | |
[lib] | |
name = "fnv" | |
path = "lib.rs" | |
[features] | |
default = ["std"] | |
std = [] |