Cargo Features

[dependencies]
not-so-human-panic = { version = "1.1.5", default-features = false, features = ["nightly", "color"] }
default = color

The color feature is set by default whenever not-so-human-panic is added without default-features = false somewhere in the dependency tree.

nightly
color default

Enables anstream ^0.3.0 and anstyle

Affects not-so-human-panic::print_msg