From 236c2cfb254c6f2d17874bddd6a81b8c20d6c7a6 Mon Sep 17 00:00:00 2001 From: Maple Nebel Date: Sun, 5 Jul 2026 13:49:34 +0200 Subject: [PATCH] make crypto feature not default --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7009f57..a204b42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ rand = "0.10.2" [features] crypto = ["dep:base64", "dep:hmac", "dep:md-5", "dep:hybrid-array"] -default = ["crypto"] [[bin]] name = "encsign-keygen"