# 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-appearance" version = "0.5.0" authors = [ "wyhaya", "kuyoonjo", ] links = "tauri-plugin-appearance" exclude = [ "/examples", "/webview-dist", "/webview-src", "node_modules", ] description = "Dynamically change Tauri App theme" readme = "README.md" keywords = [ "tauri", "plugin", "theme", "appearance", ] license = "MIT" repository = "https://github.com/kuyoonjo/tauri-plugin-theme" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tauri] version = "2.0.4" [build-dependencies.tauri-plugin] version = "2.0.1" features = ["build"] [target."cfg(target_os = \"linux\")".dependencies.futures-lite] version = "2.0" [target."cfg(target_os = \"linux\")".dependencies.gtk] version = "0.18" [target."cfg(target_os = \"linux\")".dependencies.once_cell] version = "1.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.25" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Graphics", "Win32_Graphics_Dwm", ]