fast-hex/Cargo.toml

17 lines
291 B
TOML

[package]
name = "fast-hex"
version = "0.1.0"
edition = "2021"
[features]
default = ["std"]
alloc = []
std = ["alloc"]
# provides the test data and helpers used by the benches crate
test = []
[dependencies]
brisk = { git = "https://git.pfaff.dev/michael/brisk.git" }
cache-padded = "1.2"