givetray 0.1.0

Run terminal commands from the Linux system tray
# 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 = "givetray"
version = "0.1.0"
build = false
exclude = [
    "assets/icons/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run terminal commands from the Linux system tray"
homepage = "https://allenguarnes.com"
readme = "README.md"
keywords = [
    "tray",
    "linux",
    "gtk",
    "automation",
    "command",
]
categories = [
    "command-line-utilities",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/allenguarnes/givetray"

[[bin]]
name = "givetray"
path = "src/main.rs"

[dependencies.async-channel]
version = "2"

[dependencies.directories]
version = "5"

[dependencies.glib]
version = "0.18"

[dependencies.gtk]
version = "0.18"

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.libc]
version = "0.2"

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

[dependencies.shell-words]
version = "1.1"

[dependencies.toml]
version = "0.8"

[dependencies.tray-icon]
version = "0.21"

[dependencies.zeroize]
version = "1.8"