# 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-indicator" version = "0.4.0" build = false exclude = ["examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tray-icon crate" readme = "README.md" keywords = [ "tray", "appindicator", "notify-icon", ] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/AmionSky/tray-indicator" [lib] name = "tray_indicator" path = "src/lib.rs" [dependencies.windows-sys] version = "0.59.0" features = [ "Win32_Foundation", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_System_Diagnostics_Debug", "Win32_Graphics_Gdi", ] [features] dpiaware = ["windows-sys/Win32_UI_Controls"]