From ff3a647bc51d83208da341daa121db674e41f9e6 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 15 Apr 2025 22:00:53 +0200 Subject: make portable_simd optional --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 174ea24..dabe624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ description = "Rust implementation of the AEZ v5 cipher." readme = "README.md" repository = "https://codeberg.org/dunj3/zears" +[features] +simd = [] + [dependencies] aes = { version = "0.8.4", features = ["hazmat"] } blake2 = "0.10.6" -- cgit v1.2.3