Cargo Features

Alder has no features set by default.

[dependencies]
alder = { version = "0.10.0", features = ["derive", "tty"] }
derive = alder-derive
tty = termion

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.

alder-derive derive?

Enables alder-derive

Workspace

termion tty?

Enables termion ^1.5.5