Cargo Features
[dependencies]
tauri-store = { version = "0.10.2", default-features = false, features = ["plugin", "derive", "file-sync-all", "unstable-migration"] }
- default = plugin
-
The
plugin
feature is set by default whenevertauri-store
is added without
somewhere in the dependency tree.default-features = false - plugin build default
-
Enables tauri-plugin
- derive
-
Enables tauri-store-macros
- file-sync-all
- unstable-migration
-
Enables semver
tauri-store has 5 features without comments.