We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca07446 commit fe828d0Copy full SHA for fe828d0
Cargo.toml
@@ -23,8 +23,8 @@ std = ["alloc", "secp256k1-sys/std"]
23
# allow use of Secp256k1::new and related API that requires an allocator
24
alloc = ["secp256k1-sys/alloc"]
25
bitcoin-hashes = ["bitcoin_hashes"] # Feature alias because of the underscore.
26
-bitcoin-hashes-std = ["std", "bitcoin_hashes/std"]
27
-rand-std = ["std", "rand/std", "rand/std_rng"]
+bitcoin-hashes-std = ["std", "bitcoin_hashes", "bitcoin_hashes/std"]
+rand-std = ["std", "rand", "rand/std", "rand/std_rng"]
28
recovery = ["secp256k1-sys/recovery"]
29
lowmemory = ["secp256k1-sys/lowmemory"]
30
global-context = ["std"]
0 commit comments