Cargo Features
tauri-api has no features set by default.
[dependencies]
tauri-api = { version = "0.7.6", features = ["cli", "notification"] }
- cli = clap
-
Affects
tauri-api::cli
… - notification = notify-rust
-
Affects
tauri-api::notification
…
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.
- clap cli?
-
Enables clap ^3.0.0-beta.1
- notify-rust notification?