# 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" name = "tray-item" version = "0.10.0" authors = ["Edwin Svensson "] description = "Super simple API to make tray icons/menus on Windows, Mac & Linux" homepage = "https://github.com/olback/tray-item-rs" readme = "README.md" keywords = [ "gui", "tray", "desktop", "tray-item", ] license = "MIT" repository = "https://github.com/olback/tray-item-rs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false strip = true [dependencies.gtk] version = "0.18" optional = true [dependencies.ksni] version = "0.2.0" optional = true [dependencies.libappindicator] version = "0.9" optional = true [features] ksni = ["dep:ksni"] libappindicator = [ "dep:libappindicator", "dep:gtk", ] [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] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", ]