KeyBoxen 0.1.0

Standalone secret-service daemon for window managers
[package]
name = "KeyBoxen"
version = "0.1.0"
edition = "2021"

description = "Standalone secret-service daemon for window managers"
authors = ["Gokul Das B (goku12) <dev@gokuldas.space>"]
license-file = "COPYING"
keywords = ["secret-service", "pam", "daemon", "window-manager", "encryption"]
repository = "https://git.sr.ht/~gokuldas/keyboxen"
# Homepage and documentation are WIP
homepage = "https://git.sr.ht/~gokuldas/keyboxen"
documentation = "https://git.sr.ht/~gokuldas/keyboxen"
readme = "README.md"
categories = ["authentication", "command-line-utilities"]

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

[dependencies]
zbus = "3.6"
serde = {version = "1.0", features = ["derive"]}
signal-hook = "0.3"
signal-hook-tokio = {version = "0.3", features = ["futures-v0_3"]}
rusqlite = "0.28"
thiserror = "1.0"
tokio-stream = "0.1"
pest = "2.5"
pest_derive = "2.5"

[dependencies.tokio]
version = "1.22"
# "bytes", "fs", "full", "io-std", "libc", "memchr", "mio", "net",
# "num_cpus", "parking_lot", "signal", "signal-hook-registry", "socket2",
# "stats", "sync", "test-util", "time", "tracing", "winapi" 
features = ["io-util", "macros", "process", "rt", "rt-multi-thread",
            "tokio-macros",]