third_party_rust_rustc-hash/Cargo.toml

14 lines
339 B
TOML
Raw Normal View History

2018-05-24 12:31:47 +00:00
[package]
name = "rustc-hash"
2018-05-28 14:34:05 +00:00
version = "1.0.1"
2018-05-24 12:56:20 +00:00
authors = ["The Rust Project Developers"]
description = "speed, non-cryptographic hash used in rustc"
license = "Apache-2.0/MIT"
readme = "README.md"
keywords = ["hash", "fxhash", "rustc"]
2018-05-24 13:05:38 +00:00
repository = "https://github.com/rust-lang-nursery/rustc-hash"
[features]
std = []
default = ["std"]