tauri-plugin-config-manager 2.2.3

A Tauri plugin for managing configuration for Vasak applications.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-config-manager"
version = "2.2.3"
authors = [
    "Joaquin (Pato) Decima <jdecima@vasak.net.ar>",
    "Vasak Group",
]
build = "build.rs"
links = "tauri-plugin-config-manager"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin for managing configuration for Vasak applications."
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "config",
    "configuration",
    "manager",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Vasak-OS/tauri-plugin-config-manager"

[features]
default = ["system-theme-sync"]
system-theme-sync = []

[lib]
name = "tauri_plugin_config_manager"
path = "src/lib.rs"

[dependencies.dirs-next]
version = "2"

[dependencies.notify]
version = "8"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]