Files
Jack O'Connor 7d6e242636 update to the 2024 edition
While we're taking this MSRV bump, we can also update
`constant_time_eq`, which uses the 2024 edition in its most recent
versions.
2026-01-08 09:13:24 -08:00

20 lines
511 B
INI

[package]
name = "test_vectors"
version = "0.0.0"
edition = "2024"
[features]
neon = ["blake3/neon"]
prefer_intrinsics = ["blake3/prefer_intrinsics"]
pure = ["blake3/pure"]
wasm32_simd = ["blake3/wasm32_simd"]
[dependencies]
# If you ever change these path dependencies, you'll probably need to update
# cross_test.sh, or CI will break. I'm sorry >.<
blake3 = { path = "../" }
hex = "0.4.0"
reference_impl = { path = "../reference_impl" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"