Cargo Features

Corg has no features set by default.

[dependencies]
corg = { version = "0.1.0", features = ["cli", "checksum"] }
cli = anyhow, checksum, clap, colored, difference

Required by the binary

checksum cli? = md5

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?

Enables clap ^3.0.7

colored cli?
difference cli?
md5 checksum?