Cargo Features
Tapyrus has no features set by default.
[dependencies]
tapyrus = { version = "0.4.8", features = ["unstable", "rand", "use-serde", "fuzztarget", "bitcoinconsensus"] }
- unstable
- rand
-
Enables rand of secp256k1 ^0.20.0
- use-serde = serde
-
Enables serde of bitcoin_hashes ^0.8.0 and secp256k1 ^0.20.0
- fuzztarget
-
Enables fuzztarget of bitcoin_hashes ^0.8.0
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- bitcoinconsensus implicit feature
-
Enables bitcoinconsensus ^0.19.0-1
bitcoinconsensus:
Bitcoin's libbitcoinconsensus with Rust binding
- serde use-serde?
-
Affects
amount::serde
…