Cargo Features
[dependencies]
lightning_encoding = { version = "0.9.3", default-features = false, features = ["all", "derive"] }
- default = derive
-
The
derive
feature is set by default wheneverlightning_encoding
is added without
somewhere in the dependency tree.default-features = false - all = derive
- derive default all? = lightning_encoding_derive
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.