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