Files
Notes/notes-service/vendor/rustc-hash/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

21 lines
499 B
TOML

[package]
name = "rustc-hash"
version = "2.1.3"
authors = ["The Rust Project Developers"]
description = "A speedy, non-cryptographic hashing algorithm used by rustc"
license = "Apache-2.0 OR MIT"
readme = "README.md"
keywords = ["hash", "hasher", "fxhash", "rustc"]
repository = "https://github.com/rust-lang/rustc-hash"
edition = "2021"
rust-version = "1.77"
[features]
default = ["std"]
std = []
nightly = []
rand = ["dep:rand", "std"]
[dependencies]
rand = { version = "0.9", optional = true }