# 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 = "systemd-ask-password-agent" version = "0.2.1" authors = ["Jonathan Krebs (thejonny) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for implementing a systemd password agent (https://systemd.io/PASSWORD_AGENTS/)" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~thejonny/systemd-ask-password-agent" [lib] name = "systemd_ask_password_agent" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.futures] version = "0.3.30" [dependencies.inotify] version = "0.11.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_ini] version = "0.2.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1" features = [ "macros", "net", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ]