1 | [package] |
---|---|
2 | name = "rustc-hash" |
3 | version = "1.1.0" |
4 | authors = ["The Rust Project Developers"] |
5 | description = "speed, non-cryptographic hash used in rustc" |
6 | license = "Apache-2.0/MIT" |
7 | readme = "README.md" |
8 | keywords = ["hash", "fxhash", "rustc"] |
9 | repository = "https://github.com/rust-lang-nursery/rustc-hash" |
10 | |
11 | [features] |
12 | std = [] |
13 | default = ["std"] |
14 |