Cargo Features

cargo-commander has no features set by default.

[dependencies]
cargo-commander = { version = "2.0.15", features = ["custom-protocol", "gui"] }
custom-protocol gui?

Enables custom-protocol of tauri ^1.0

gui = custom-protocol, tauri, tauri-build

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.

tauri custom-protocol? gui?

Enables tauri ^1.0

tauri-build build gui?

Enables tauri-build ^1.0