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
somewhere in the dependency tree.default-features = false
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