Cargo Features

SOP has no features set by default.

[dependencies]
sop = { version = "0.7.0", features = ["cli"] }
cli = anyhow, chrono, clap, clap_complete

Affects sop::cli

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?

Enables anyhow

These dependencies are for the CLI frontend.

chrono cli?
clap cli?
clap_complete cli?