Cargo Features

[dependencies]
fwsig = { version = "0.2.1", default-features = false, features = ["std", "cli"] }
default = cli

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

Enables ed25519-dalek ^1.0.1

std cli = thiserror

Enables std of log

cli default = anyhow, clap, simplelog, std

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
simplelog cli
thiserror std?