1 | [package] |
---|---|
2 | authors = ["Jorge Aparicio <jorge@japaric.io>"] |
3 | categories = ["no-std"] |
4 | description = "32-bit hashing algorithms" |
5 | keywords = ["32-bit", "hash", "fnv", "murmur3"] |
6 | license = "MIT OR Apache-2.0" |
7 | name = "hash32" |
8 | repository = "https://github.com/japaric/hash32" |
9 | version = "0.3.1" |
10 | |
11 | [dependencies.byteorder] |
12 | default-features = false |
13 | version = "1.2.2" |
14 |