1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "fnv" version = "1.0.0" authors = ["Alex Crichton <alex@alexcrichton.com>"] description = "Fowler–Noll–Vo hash function" license = "Apache-2 / MIT" readme = "README.md" [lib] name = "fnv" path = "lib.rs" doctest = false