diff options
Diffstat (limited to 'test_vectors')
| -rw-r--r-- | test_vectors/Cargo.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test_vectors/Cargo.toml b/test_vectors/Cargo.toml index 2a90e39..cd74a9d 100644 --- a/test_vectors/Cargo.toml +++ b/test_vectors/Cargo.toml @@ -4,10 +4,9 @@ version = "0.0.0" edition = "2018" [features] -default = [] -c = ["blake3/c"] -c_prefer_intrinsics = ["blake3/c_prefer_intrinsics"] -c_neon = ["blake3/c_neon"] +neon = ["blake3/neon"] +prefer_intrinsics = ["blake3/prefer_intrinsics"] +pure = ["blake3/pure"] [dependencies] # If you ever change these path dependencies, you'll probably need to update |
