Cargo Features

Marigold has no features set by default.

[dependencies]
marigold = { version = "0.1.16", features = ["tokio", "async-std", "io", "cli"] }
tokio

Enables tokio of marigold-impl

async-std

Enables async-std of marigold-impl

io

Enables io of marigold-grammar, marigold-impl, and marigold-macros

cli = clap, convert_case, home

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?
convert_case cli?
home cli?