[dependencies.thiserror]
version = "1.0.0"
[package]
categories = ["gui"]
description = "A simple tray-icon/app-indicator crate"
edition = "2021"
keywords = ["tray", "appindicator", "notify-icon"]
license = "MIT OR Apache-2.0"
name = "tray-indicator"
readme = "README.md"
repository = "https://github.com/AmionSky/tray-indicator"
version = "0.2.3"
[target."cfg(target_os = \"linux\")".dependencies.ico]
version = "0.3.0"
[target."cfg(target_os = \"linux\")".dependencies.ksni]
version = "0.2.1"
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_System_Diagnostics_Debug", "Win32_Graphics_Gdi"]
version = "0.52.0"