Cargo Features
[dependencies]
confined_encoding = { version = "0.9.0-alpha.5", default-features = false, features = ["all", "bulletproofs", "derive"] }
- default = derive
-
The
derive
feature is set by default wheneverconfined_encoding
is added without
somewhere in the dependency tree.default-features = false - all = bulletproofs, derive
- bulletproofs all? = lnpbp_secp256k1zkp
- derive default all? = confined_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.