# 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" name = "tauri-plugin-theme" version = "2.1.2" build = "build.rs" links = "tauri-plugin-theme" autobins = false autoexamples = false autotests = false autobenches = false description = "Dynamically change Tauri App theme" readme = "README.md" keywords = [ "tauri", "plugin", "theme", ] license = "MIT" repository = "https://github.com/wyhaya/tauri-plugin-theme" [lib] name = "tauri_plugin_theme" path = "src/lib.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tauri] version = "2.0" [build-dependencies.tauri-plugin] version = "2.0" features = ["build"] [target.'cfg(target_os = "linux")'.dependencies.futures-lite] version = "2.3" [target.'cfg(target_os = "linux")'.dependencies.gtk] version = "0.18" [target.'cfg(target_os = "linux")'.dependencies.tintanum] version = "0.1" [target.'cfg(target_os = "linux")'.dependencies.tokio] version = "1" features = ["macros"] [target.'cfg(target_os = "macos")'.dependencies.cocoa] version = "0.26" [target.'cfg(target_os = "macos")'.dependencies.dirs-next] version = "2.0" [target.'cfg(target_os = "windows")'.dependencies.dirs-next] version = "2.0" [target.'cfg(target_os = "windows")'.dependencies.webview2-com] version = "0.33" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58" [target.'cfg(target_os = "windows")'.dependencies.windows-core] version = "0.58" [target.'cfg(target_os = "windows")'.dependencies.windows-version] version = "0.1"