summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 2 insertions, 6 deletions
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" }