# 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 = "KeyBoxen" version = "0.1.0" authors = ["Gokul Das B (goku12) "] description = "Standalone secret-service daemon for window managers" homepage = "https://git.sr.ht/~gokuldas/keyboxen" documentation = "https://git.sr.ht/~gokuldas/keyboxen" readme = "README.md" keywords = [ "secret-service", "pam", "daemon", "window-manager", "encryption", ] categories = [ "authentication", "command-line-utilities", ] license-file = "COPYING" repository = "https://git.sr.ht/~gokuldas/keyboxen" [dependencies.pest] version = "2.5" [dependencies.pest_derive] version = "2.5" [dependencies.rusqlite] version = "0.28" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.signal-hook] version = "0.3" [dependencies.signal-hook-tokio] version = "0.3" features = ["futures-v0_3"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.22" features = [ "io-util", "macros", "process", "rt", "rt-multi-thread", "tokio-macros", ] [dependencies.tokio-stream] version = "0.1" [dependencies.zbus] version = "3.6"