Cargo Features
bitcoin_uri has no features set by default.
[dependencies]
bitcoin_uri = { version = "0.1.0", features = ["std", "non-compliant-bytes"] }
- std
-
Implements std::error::Error for error types
Enables std of bitcoin and percent-encoding-rfc3986
- non-compliant-bytes = either
-
Enables non-BIP21-compliant feature of using raw bytes instead of validated UTF-8 strings.
Affects
bitcoin_uri::ParamBytes
,bitcoin_uri::ParamBytesOwned
…
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.