ht32-panel-applet 0.9.0

System tray applet for HT32 Panel control
# 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 = "ht32-panel-applet"
version = "0.9.0"
authors = ["Ananth Bhaskararaman <ab@calculon.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System tray applet for HT32 Panel control"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/ananthb/ht32-panel"

[[bin]]
name = "ht32-panel-applet"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.ht32-panel-client]
version = "0.9.0"

[dependencies.ksni]
version = "0.2"

[dependencies.open]
version = "5"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]