Cargo Features

[dependencies]
logtail = { version = "1.0.1", default-features = false, features = ["crossterm", "termion"] }
default = crossterm, termion

These default features are set whenever logtail is added without default-features = false somewhere in the dependency tree.

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.

crossterm default

Enables crossterm ^0.17

Required by the logtail-crossterm binary

termion default

Enables termion ^1.5

Affects src::event

Required by the binary