tauri-plugin-frame 1.1.8

Opnionated 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.70"
name = "tauri-plugin-frame"
version = "1.1.8"
authors = [
    "Siddharth <siddharth99c@gmail.com>",
    "clarifei",
]
build = "build.rs"
links = "tauri-plugin-frame"
exclude = [
    "/examples",
    "/webview-dist",
    "/webview-src",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Opnionated window decoration controls for Tauri apps."
homepage = "https://github.com/clarifei/tauri-plugin-frame"
readme = "README.md"
license = "MIT"
repository = "https://github.com/clarifei/tauri-plugin-frame"

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

[dependencies.eyre]
version = "0.6"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2"

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

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Gdi",
    "Win32_System_LibraryLoader",
    "Win32_UI_Controls",
    "Win32_UI_HiDpi",
    "Win32_UI_Input_KeyboardAndMouse",
    "Win32_UI_WindowsAndMessaging",
]