Cargo Features

[dependencies]
sequoia-wot = { version = "0.11.0", default-features = false, features = ["cli", "dot-writer"] }
default = cli, dot-writer

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

cli default = clap, clap_complete, clap_mangen

Required by the sq-wot 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.

clap cli

Enables clap

These dependencies are for the CLI frontend.

dot-writer default
clap_complete build cli
clap_mangen build cli