deft-tray 0.3.0

System tray extention for deft
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 = "2021"
name = "deft-tray"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System tray extention for deft"
readme = false
license = "MIT"

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

[dependencies.serde]
version = "1"
features = ["derive"]

[build-dependencies.cfg_aliases]
version = "0.2.1"

[target.'cfg(all(target_os = "linux", not(target_env = "ohos")))'.dependencies.ksni]
version = "0.2.2"

[target.'cfg(any(target_os = "windows", target_os = "macos"))'.dependencies.tray-icon]
version = "0.20.1"