Cargo Features

[dependencies]
aoc-helper = { version = "0.2.1", default-features = false, features = ["config-file", "colored-output"] }
default = colored-output

The colored-output feature is set by default whenever aoc-helper is added without default-features = false somewhere in the dependency tree.

config-file = toml
colored-output default = colored

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.

colored colored-output

Enables colored ^1.9

toml config-file?

Enables toml ^0.5.5