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 wheneversn_faucet
is added without
somewhere in the dependency tree.default-features = false - 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.