Cargo Features

[dependencies]
sn_faucet = { version = "0.5.3", default-features = false, features = ["distribution", "gifting", "initial-data"] }
default = gifting

The gifting feature is set by default whenever sn_faucet is added without default-features = false somewhere in the dependency tree.

distribution = base64, bitcoin, minreq
gifting default
initial-data = futures, reqwest

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.

base64 distribution?
bitcoin distribution?

Enables bitcoin ^0.31.0

minreq distribution?
reqwest initial-data?
futures initial-data?