1[package] 2name = "fnv" 3version = "1.0.7" 4authors = ["Alex Crichton <alex@alexcrichton.com>"] 5description = "Fowler–Noll–Vo hash function" 6license = "Apache-2.0 / MIT" 7readme = "README.md" 8repository = "https://github.com/servo/rust-fnv" 9documentation = "https://doc.servo.org/fnv/" 10 11[lib] 12name = "fnv" 13path = "lib.rs" 14 15[features] 16default = ["std"] 17std = [] 18