notification-server 0.1.0

A Linux notification server written in Rust
[package]
name = "notification-server"
version = "0.1.0"
authors = ["Sophie Tauchert <999eagle@999eagle.moe>"]
edition = "2018"
description = "A Linux notification server written in Rust"
readme = "README.md"
repository = "https://gitlab.com/999eagle/notification-server"
license = "GPL-3.0-or-later"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bin_common = "^0.2"
clap = "^2.33"
version = "^3.0"
anyhow = "^1"
log = "^0.4"
enum-repr = "^0.2"

zbus = "^2.0.0-beta.6"
zvariant = "^2.8"
zvariant_derive = "^2.8"
serde = "^1.0.128"
serde_plain = "^0.3"

tokio = { version = "^1.6", features = ["rt-multi-thread", "sync", "macros", "signal", "time"] }
futures-lite = "^1.11"

gtk = { version = "^0.9", features = ["v3_22"] }
gio = "^0.9"
glib = "^0.10"
gdk = { version = "^0.13", features = ["v3_22"] }
gdk-pixbuf = { version = "^0.9", features = ["v2_32"] }
pango = "^0.9"

xdg = "^2.2"
freedesktop_entry_parser = "^1.1" # MPL-2.0
linicon = "^2.2" # MPL-2.0
linicon-theme = "^1.1" # MPL-2.0