• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "rustc-hash"
3version = "1.1.0"
4authors = ["The Rust Project Developers"]
5description = "speedy, 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"]
14