Cargo Features

Syscoin has no features set by default.

[dependencies]
syscoin = { version = "4.16.1", features = ["serde-decimal", "unstable", "use-serde", "fuzztarget", "bitcoinconsensus"] }
serde-decimal = strason, use-serde

Affects decimal::ParseDecimalError

unstable
use-serde serde-decimal? = serde

Enables serde of bitcoin_hashes ^0.3

fuzztarget

Enables fuzztarget of bitcoin_hashes ^0.3 and secp256k1 ^0.12

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.16

bitcoinconsensus:

Bitcoin's libbitcoinconsensus with Rust binding

serde use-serde?
strason serde-decimal?