From 180f4b3817ee841391ccd83a9a9701e950833dfa Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 15 Aug 2025 18:26:48 +0200 Subject: make std optional turns out, we're not using much of it anyway --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 19e2939..ea585b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,9 @@ keywords = ["aez", "aezv5", "aead", "encryption", "cipher"] categories = ["algorithms", "cryptography"] [features] +default = ["std"] simd = [] +std = [] [dependencies] aes = { version = "0.8.4", features = ["hazmat"] } -- cgit v1.2.3