Skip to content

Commit fe8ac1e

Browse files
committed
Add warnings to Cargo.toml features
1 parent 349b2ea commit fe8ac1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@ path = "src/lib.rs"
2828
[features]
2929
unstable = []
3030
default = ["std"]
31-
fuzztarget = []
3231
std = ["rand/std"]
3332
recovery = []
3433
endomorphism = []
3534
lowmemory = []
35+
36+
# Do not use this feature! HAZMAT. (meant for Bitcoin Core only)
3637
dont_replace_c_symbols = []
38+
# Do not use this feature! HAZMAT. (meant for Fuzzing only. this is *BROKEN CRYPTOGRAPHY*)
39+
fuzztarget = []
3740

3841
[dev-dependencies]
3942
rand = "0.6"

0 commit comments

Comments
 (0)