# 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.70" name = "tauri-plugin-decorum" version = "1.1.1" authors = ["Siddharth "] build = "build.rs" links = "tauri-plugin-decorum" exclude = [ "/examples", "/webview-dist", "/webview-src", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Opnionated window decoration controls for Tauri apps." homepage = "https://github.com/clearlysid/tauri-plugin-decorum" readme = "README.md" license = "MIT" repository = "https://github.com/clearlysid/tauri-plugin-decorum" [lib] name = "tauri_plugin_decorum" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.tauri] version = "2.0.0-rc" [build-dependencies.tauri-plugin] version = "2.0.0-rc" features = ["build"] [target.'cfg(target_os = "linux")'.dependencies.linicon] version = "2.3.0" [target.'cfg(target_os = "macos")'.dependencies.cocoa] version = "0.25" [target.'cfg(target_os = "macos")'.dependencies.objc] version = "0.2" [target.'cfg(target_os = "macos")'.dependencies.rand] version = "^0.8" [target.'cfg(target_os = "windows")'.dependencies.enigo] version = "0.1.3"