Skip to content

Commit

Permalink
Add warnings to Cargo.toml features
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Oct 28, 2019
1 parent 349b2ea commit 767123b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ path = "src/lib.rs"
[features]
unstable = []
default = ["std"]
fuzztarget = []
std = ["rand/std"]
recovery = []
endomorphism = []
lowmemory = []

# Do not use this feature! HAZMAT. (meant for Bitcoin Core only)
dont_replace_c_symbols = []
# Do not use this feature! HAZMAT. (meant for Fuzzing only. this is *BROKEN CRYPTOGRAPHY*)
fuzztarget = []


[dev-dependencies]
rand = "0.6"
Expand Down

0 comments on commit 767123b

Please sign in to comment.