tray-icon 0.19.2

Create tray icons for desktop applications
Documentation
[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.muda]
default-features = false
version = "0.15"

[dependencies.once_cell]
version = "1"

[dependencies.serde]
optional = true
version = "1"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.eframe]
version = "0.27"

[dev-dependencies.image]
version = "0.25"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tao]
version = "0.30"

[dev-dependencies.winit]
version = "0.29"

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

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

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

[features]
common-controls-v6 = ["muda/common-controls-v6"]
default = ["libxdo"]
libxdo = ["muda/libxdo"]
serde = ["muda/serde", "dep:serde"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["gui"]
description = "Create tray icons for desktop applications"
edition = "2021"
homepage = "https://github.com/tauri-apps/tray-icon"
license = "MIT OR Apache-2.0"
name = "tray-icon"
readme = "README.md"
repository = "https://github.com/tauri-apps/tray-icon"
version = "0.19.2"

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.png]
version = "0.17"

[target.'cfg(target_os = "linux")'.dependencies.dirs]
version = "5"

[target.'cfg(target_os = "linux")'.dependencies.libappindicator]
version = "0.9"

[target.'cfg(target_os = "linux")'.dev-dependencies.gtk]
version = "0.18"

[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.24"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.5.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
features = ["NSButton", "NSCell", "NSControl", "NSEvent", "NSImage", "NSMenu", "NSResponder", "NSStatusBar", "NSStatusBarButton", "NSStatusItem", "NSTrackingArea", "NSView", "NSWindow"]
version = "0.2.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = ["block2", "NSArray", "NSData", "NSEnumerator", "NSGeometry", "NSString", "NSThread"]
version = "0.2.2"

[target.'cfg(target_os = "macos")'.dev-dependencies.core-foundation]
version = "0.10"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
features = ["Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_SystemServices", "Win32_Graphics_Gdi", "Win32_UI_Shell"]
version = "0.59"