# 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 = "2018" name = "rkeep" version = "0.4.1" authors = ["leaty "] description = "Persistent KeePass backend with display hooks" license = "MIT" repository = "https://github.com/leaty/rkeep" [lib] name = "rkeep" path = "src/lib.rs" [[bin]] name = "rkeepd" path = "src/server.rs" [[bin]] name = "rkeep" path = "src/client.rs" [dependencies.clap] version = "2.33.3" [dependencies.clipboard] version = "0.5.0" [dependencies.git-version] version = "0.3.4" [dependencies.keepass] version = "0.4.9" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.toml] version = "0.5.8" [dependencies.xdg] version = "2.2.0"