[package] name = "systemd-ask-password-agent" version = "0.2.1" edition = "2021" license = "GPL-3.0-or-later" description = "Library for implementing a systemd password agent (https://systemd.io/PASSWORD_AGENTS/)" authors = ["Jonathan Krebs (thejonny) "] repository = "https://git.sr.ht/~thejonny/systemd-ask-password-agent" [dependencies] futures = "0.3.30" inotify = "0.11.0" serde = { version = "1", features = ["derive"] } serde_ini = "0.2.0" thiserror = "1.0.63" tokio = { version = "1", features = ["macros", "net"] } [dev-dependencies] tokio = { version = "1", features = ["macros", "rt"] }