Cargo Features

ansi2 has no features set by default.

[dependencies]
ansi2 = { version = "0.2.11", features = ["cli", "wasm", "minify"] }
cli = clap, minify

Required by the binary

wasm = wasm-bindgen
minify cli? = osvg

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?
wasm-bindgen wasm?
osvg minify?