make crypto feature not default

This commit is contained in:
Maple Nebel 2026-07-05 13:49:34 +02:00
commit 236c2cfb25

View file

@ -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"