Cargo Features

[dependencies]
niftygate = { version = "0.8.0", default-features = false, features = ["default-commands", "all-commands", "certificate-command", "contract-command", "web3-command", "demo-application"] }
default = default-commands, demo-application

These default features are set whenever niftygate is added without default-features = false somewhere in the dependency tree.

default-commands default = certificate-command, guide-command
all-commands = bindgen-command, certificate-command, contract-command, guide-command, web3-command
guide-command certificate-command all-commands? default-commands
bindgen-command contract-command all-commands?
web3-command all-commands?
demo-application default

NiftyGate has 7 features without comments.