Cargo Features
ConsoleStaticText has no features set by default.
[dependencies]
console_static_text = { version = "0.8.2", features = ["sized"] }
- sized = atty, rustix, terminal_size, windows-sys
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.
- atty sized?
- rustix not win sized?
- terminal_size sized?
-
Enables terminal_size ^0.3.0
- windows-sys win sized?
-
Enables windows-sys ^0.52.0