Cargo Features

[dependencies]
assert_unordered = { version = "0.3.5", default-features = false, features = ["std", "color"] }
default = color

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

std color
color default = ansi_term, std

Affects assert_unordered::pass_or_panic

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.

ansi_term color