Cargo Features

[dependencies]
bitcoin-payment-instructions = { version = "0.3.1", default-features = false, features = ["std", "http"] }
default = std

The std feature is set by default whenever bitcoin-payment-instructions is added without default-features = false somewhere in the dependency tree.

std default http? = dnssec-prover

Affects bitcoin-payment-instructions::dns_resolver

http = reqwest, serde, serde_json, std

Affects bitcoin-payment-instructions::http_resolver

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.

dnssec-prover std
reqwest http?

Enables reqwest ^0.11

serde http?
serde_json http?