Cargo Features

mcw has no features set by default.

[dependencies]
mcw = { version = "1.4.1", features = ["async", "cli"] }
async = tokio
cli = colored, serde, tokio, toml

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.

colored cli?
serde cli?
tokio async? cli?
toml cli?