Cargo Features

[dependencies]
cod = { version = "9.0.3", default-features = false, features = ["color_stack", "crossterm"] }
default = color_stack

The color_stack feature is set by default whenever cod is added without default-features = false somewhere in the dependency tree.

color_stack default
crossterm

Enables crossterm ^0.27

Affects cod::read, term::size, term::size_or, term::enable_raw_mode, term::disable_raw_mode, term::RawModeGuard