Cargo Features
[dependencies]
cargo-acl = { version = "0.8.0", default-features = false, features = ["ui", "unsupported-os"] }
- default = ui
-
The
ui
feature is set by default whenevercargo-acl
is added without
somewhere in the dependency tree.default-features = false - ui default = crossterm, diff, ratatui
-
Enable the "ui" subcommand.
- unsupported-os
-
Build even on an operating system that isn't yet supported. Enable this feature if you're working on porting.
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.
- ratatui ui
-
Enables ratatui ^0.24.0
- diff ui
- crossterm ui
-
Enables crossterm ^0.27.0