tauri-plugin-decor 1.0.1

Opinionated window decoration controls for Tauri apps.
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.83"
name = "tauri-plugin-decor"
version = "1.0.1"
authors = ["Pascal Seeber"]
build = "build.rs"
links = "tauri-plugin-decor"
exclude = [
    "/webview-dist",
    "/webview-src",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Opinionated window decoration controls for Tauri apps."
homepage = "https://codeberg.org/Pasee/Decor"
documentation = "https://docs.rs/tauri-plugin-decor"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "window",
    "decor",
    "titlebar",
]
categories = ["gui"]
license = "MIT"
repository = "https://codeberg.org/Pasee/Decor"

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

[dependencies.eyre]
version = "0.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri]
version = "2"

[build-dependencies.tauri-plugin]
version = "2"
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.2"

[target.'cfg(target_os = "windows")'.dependencies.windows-version]
version = "0.1"