fast-hex/Cargo.toml

20 lines
277 B
TOML
Raw Normal View History

2022-10-23 11:28:06 -04:00
[package]
name = "fast-hex"
version = "0.1.0"
edition = "2021"
2022-11-01 00:50:30 -04:00
[features]
default = ["std"]
alloc = []
std = ["alloc"]
2022-10-23 11:28:06 -04:00
[dependencies]
[dev-dependencies]
2022-10-30 15:35:17 -04:00
criterion = { version = "0.4", features = [ "real_blackbox" ] }
2022-10-23 11:28:22 -04:00
rand = "0.8.5"
2022-10-23 11:28:06 -04:00
[[bench]]
name = "bench"
harness = false