blob: a28fdb9033efa5223a41fde1c4fd28483a6d20b6 [file] [log] [blame]
Chih-Hung Hsiehadb9edf2020-04-07 14:24:02 -07001[package]
2name = "rustc-hash"
3version = "1.1.0"
4authors = ["The Rust Project Developers"]
5description = "speed, non-cryptographic hash used in rustc"
6license = "Apache-2.0/MIT"
7readme = "README.md"
8keywords = ["hash", "fxhash", "rustc"]
9repository = "https://github.com/rust-lang-nursery/rustc-hash"
10
11[features]
12std = []
13default = ["std"]