Cargo Features

Todo-txt has no features set by default.

[dependencies]
todo-txt = { version = "4.1.1", features = ["config", "extended", "serde"] }
config = envir, owo-colors
extended = log, rand
serde

Enables serde, serde of chrono

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.

envir config?
log extended?
owo-colors config?
rand extended?