mirror of
https://github.com/openharmony/third_party_rust_rustc-hash.git
synced 2026-07-01 20:54:00 -04:00
bcab0ae715
This only exports the hash itself, omitting the HashMap re-exports. Essentially a rebase of #7.
14 lines
339 B
TOML
14 lines
339 B
TOML
[package]
|
|
name = "rustc-hash"
|
|
version = "1.0.1"
|
|
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"]
|
|
repository = "https://github.com/rust-lang-nursery/rustc-hash"
|
|
|
|
[features]
|
|
std = []
|
|
default = ["std"]
|