From 1a0dcf8603d83da3a8241b1a485176219383d1ff Mon Sep 17 00:00:00 2001 From: hrxi Date: Fri, 16 Aug 2024 15:16:51 +0200 Subject: [PATCH] nimiq-utils: Remove unused feature combinations --- utils/Cargo.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 085ed69ac0..3feb3d6c20 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -62,17 +62,3 @@ otp = ["clear_on_drop", "nimiq-hash", "rand"] spawn = ["tokio", "tokio/rt", "wasm-bindgen-futures"] tagged-signing = ["hex"] time = [] - -# Compiles this package with all features. -all = [ - "key-store", - "merkle", - "otp", - "time", -] -# Compiles this package with the features needed for the nimiq client. -full-nimiq = [ - "key-store", - "merkle", - "time", -]