tray-controls 0.2.0

An enhanced menu management tool designed for the tray-icon library
Documentation
# 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 = "2024"
name = "tray-controls"
version = "0.2.0"
authors = ["iKineticate"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An enhanced menu management tool designed for the tray-icon library"
homepage = "https://github.com/iKineticate/tray-controls"
documentation = "https://docs.rs/tray-controls"
readme = "README.md"
keywords = [
    "tray-icon",
    "tray",
    "radio",
    "checkbox",
]
license = "MIT"
repository = "https://github.com/iKineticate/tray-controls"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"

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

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

[dependencies.getset]
version = ">=0.1.2"

[dependencies.tray-icon]
version = ">=0.20.0"

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

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