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

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.

confined_encoding_derive derive
lnpbp_secp256k1zkp bulletproofs?