From bd88ce87928d31d0e569e82eaf760c32aa88dd38 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 16 Jun 2025 16:36:40 +0200 Subject: Remove feature --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e28f8ce..d699a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,5 @@ version = "0.1.0" edition = "2024" [dependencies] -hex = { version = "0.4.3", optional = true } -sha2 = { version = "0.10.9", optional = true } - -[features] -default = [] -sha256 = ["sha2", "hex"] +hex = { version = "0.4.3" } +sha2 = { version = "0.10.9" } -- cgit v1.2.3-71-g8e6c