Cargo Features

[dependencies]
ssdv-fec = { version = "0.1.0", default-features = false, features = ["cli", "std"] }
default = cli, std

These default features are set whenever ssdv-fec is added without default-features = false somewhere in the dependency tree.

cli default = anyhow, clap, std

Enables the CLI application

Affects ssdv-fec::cli

Required by the binary

std default cli = thiserror

Enables std support

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.

anyhow cli
clap cli
thiserror std