Cargo Features

[dependencies]
ovr-ruc = { version = "1.0.8", default-features = false, features = ["ansi", "compact", "rich", "uau", "cmd"] }
default = ansi

The ansi feature is set by default whenever ovr-ruc is added without default-features = false somewhere in the dependency tree.

ansi default
compact
rich = cmd, uau
uau rich? = nix, rand

Affects ovr-ruc::uau

cmd rich?

Affects ovr-ruc::cmd

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.

nix not wasm32 uau?

Enables nix ^0.23.1

rand not wasm32 uau?