Cargo Features
[dependencies]
sunshine-bounty-node = { version = "0.1.1", default-features = false, features = ["cli"] }
- default = cli
-
The
cli
feature is set by default wheneversunshine-bounty-node
is added without
somewhere in the dependency tree.default-features = false - cli default = sc-cli, structopt
-
Enables db of sc-service ^0.8.0-rc4
Required by the binary
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.
- sc-cli cli
-
Enables sc-cli ^0.8.0-rc4
- structopt cli