rustc-hash 2.1.1

A speedy, non-cryptographic hashing algorithm used by rustc
Documentation
[dependencies.rand]
optional = true
version = "0.8"

[features]
default = ["std"]
nightly = []
rand = ["dep:rand", "std"]
std = []

[lib]
name = "rustc_hash"
path = "src/lib.rs"

[package]
authors = ["The Rust Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A speedy, non-cryptographic hashing algorithm used by rustc"
edition = "2021"
keywords = ["hash", "hasher", "fxhash", "rustc"]
license = "Apache-2.0 OR MIT"
name = "rustc-hash"
readme = "README.md"
repository = "https://github.com/rust-lang/rustc-hash"
version = "2.1.1"