Cargo Features

[dependencies]
descriptor-codec = { version = "0.1.2", default-features = false, features = ["std", "cli", "trace"] }
default = std

The std feature is set by default whenever descriptor-codec is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bitcoin and miniscript ^12.3.2

cli = anyhow, clap, hex
compiler trace

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.

anyhow cli?
clap cli?
hex cli?