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