Skip to content

Commit

Permalink
nimiq-utils: Remove unused feature combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxi committed Aug 16, 2024
1 parent f75b9f6 commit 1a0dcf8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit 1a0dcf8

Please sign in to comment.