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 whenever cargo-acl is added without default-features = false somewhere in the dependency tree.

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