1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-21 08:11:36 +02:00
BLAKE3/test_vectors/Cargo.toml

14 lines
390 B
INI
Raw Normal View History

2019-12-11 16:14:24 +01:00
[package]
name = "test_vectors"
version = "0.0.0"
edition = "2018"
[dependencies]
# If you ever change these path dependencies, you'll probably need to update
# cross_test.sh, or CI will break. I'm sorry >.<
2020-01-05 03:49:38 +01:00
blake3 = { path = "../", features=["c_avx512"] }
2019-12-11 16:14:24 +01:00
hex = "0.4.0"
reference_impl = { path = "../reference_impl" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"