fast-hex/Cargo.toml

17 lines
291 B
TOML
Raw Permalink 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"]
2024-03-14 17:19:43 -04:00
# provides the test data and helpers used by the benches crate
2022-11-03 23:38:54 -04:00
test = []
2022-11-01 00:50:30 -04:00
2022-10-23 11:28:06 -04:00
[dependencies]
2022-12-16 00:00:52 -05:00
brisk = { git = "https://git.pfaff.dev/michael/brisk.git" }
cache-padded = "1.2"
2022-10-23 11:28:06 -04:00