[dependencies.gtk]
optional = true
version = "0.18"
[dependencies.ksni]
optional = true
version = "0.2.0"
[dependencies.libappindicator]
optional = true
version = "0.9"
[features]
ksni = ["dep:ksni"]
libappindicator = ["dep:libappindicator", "dep:gtk"]
[package]
authors = ["Edwin Svensson <trayitemrs@olback.net>"]
description = "Super simple API to make tray icons/menus on Windows, Mac & Linux"
edition = "2021"
homepage = "https://github.com/olback/tray-item-rs"
keywords = ["gui", "tray", "desktop", "tray-item"]
license = "MIT"
name = "tray-item"
readme = "README.md"
repository = "https://github.com/olback/tray-item-rs"
version = "0.10.0"
[profile.release]
codegen-units = 1
incremental = false
lto = true
opt-level = "z"
panic = "abort"
strip = true
[target."cfg(target_os=\"macos\")".dependencies.cocoa]
version = "0.25"
[target."cfg(target_os=\"macos\")".dependencies.core-graphics]
version = "0.23"
[target."cfg(target_os=\"macos\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os=\"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(target_os=\"macos\")".dependencies.objc-foundation]
version = "0.1"
[target."cfg(target_os=\"macos\")".dependencies.objc_id]
version = "0.1"
[target."cfg(target_os=\"windows\")".dependencies.padlock]
version = "0.2"
[target."cfg(target_os=\"windows\")".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"]
version = "0.52.0"