Cargo Features

literate has no features set by default.

[dependencies]
literate = { version = "0.5.1", features = ["cli", "walk"] }
cli = anyhow, clap, tracing-subscriber, walk

Required by the binary

walk cli? = walkdir

Affects literate::walk

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

tracing-subscriber cli?
walkdir walk?