# 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 = "git-credential-keepassxc" version = "0.14.1" authors = ["Frederick Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper that allows Git and shell scripts to use KeePassXC as credential store" homepage = "https://github.com/Frederick888/git-credential-keepassxc" readme = "README.md" keywords = [ "git", "keepass", "keepassxc", "command-line", ] categories = [ "command-line-utilities", "authentication", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://github.com/Frederick888/git-credential-keepassxc" [[bin]] name = "git-credential-keepassxc" path = "src/main.rs" [dependencies.aes-gcm] version = "0.10.1" default-features = false [dependencies.anyhow] version = "1.0.28" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.crypto_box] version = "0.9.1" [dependencies.directories-next] version = "2.0.0" [dependencies.notify-rust] version = "4.5.9" optional = true [dependencies.num_enum] version = "0.7.0" [dependencies.once_cell] version = "1.3.1" [dependencies.rand] version = "0.8.3" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_json] version = "1.0.52" [dependencies.slog] version = "2.5.2" [dependencies.slog-term] version = "2.5.0" [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.sysinfo] version = "0.31.2" [dependencies.tabwriter] version = "1.2.1" [dependencies.which] version = "6.0.0" [dependencies.yubico_manager] version = "0.9.0" optional = true [dev-dependencies.hmac] version = "0.12.0" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.sha-1] version = "0.10.0" [features] all = [ "notification", "encryption", "yubikey", "strict-caller", ] default = [] encryption = [ "aes-gcm/aes", "aes-gcm/alloc", ] notification = ["notify-rust"] strict-caller = [] yubikey = [ "yubico_manager", "encryption", ] [target.'cfg(target_os = "linux")'.dependencies.prctl] version = "1.0.0" [target."cfg(windows)".dependencies.named_pipe] version = "0.4.1"