17 lines
289 B
TOML
17 lines
289 B
TOML
[package]
|
|
name = "rustc-hash"
|
|
version = "1.999.999"
|
|
edition = "2018"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies.rustc-hash]
|
|
version = "2.1.1"
|
|
default-features = false
|
|
|
|
[features]
|
|
default = ["rustc-hash/default"]
|
|
std = ["rustc-hash/std"]
|
|
rand = ["rustc-hash/rand"]
|