tauri-nspanel 2.1.0

A plugin for subclassing Tauri's NSWindow to NSPanel
# 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.75"
name = "tauri-nspanel"
version = "2.1.0"
authors = ["Victor Aremu <me@victorare.mu>"]
build = false
include = [
    "/src/**",
    "/examples/*.rs",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE_APACHE-2.0",
    "/LICENSE_MIT",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A plugin for subclassing Tauri's NSWindow to NSPanel"
documentation = "https://docs.rs/tauri-nspanel"
readme = "README.md"
keywords = [
    "tauri",
    "macos",
    "nspanel",
    "window",
    "desktop",
]
categories = [
    "gui",
    "os::macos-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ahkohd/tauri-nspanel"

[features]
cargo-clippy = []

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

[[example]]
name = "builder_with_custom_panel"
path = "examples/builder_with_custom_panel.rs"

[[example]]
name = "collection_behavior"
path = "examples/collection_behavior.rs"

[[example]]
name = "panel_builder"
path = "examples/panel_builder.rs"

[[example]]
name = "panel_event_macro"
path = "examples/panel_event_macro.rs"

[[example]]
name = "panel_levels"
path = "examples/panel_levels.rs"

[[example]]
name = "panel_macro"
path = "examples/panel_macro.rs"

[[example]]
name = "panel_style_mask"
path = "examples/panel_style_mask.rs"

[[example]]
name = "pin_panel"
path = "examples/pin_panel.rs"

[dependencies.pastey]
version = "0.2"

[dependencies.tauri]
version = "2.8.5"
features = ["macos-private-api"]

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.1"
features = ["exception"]

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3.1"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.1"