# 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" rust-version = "1.70" name = "sequoia-keystore-gpg-agent" version = "0.4.0" authors = ["Neal H. Walfield "] description = "A gpg-agent backend for Sequoia's private key store." homepage = "https://sequoia-pgp.org/" readme = "README.md" keywords = [ "cryptography", "openpgp", ] categories = ["cryptography"] license = "LGPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia-keystore" [package.metadata.docs.rs] features = ["sequoia-openpgp/default"] [dependencies.anyhow] version = "1.0.18" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.openpgp-cert-d] version = "0.3.1" [dependencies.sequoia-gpg-agent] version = "0.4.1" [dependencies.sequoia-ipc] version = "0.35" [dependencies.sequoia-keystore-backend] version = "0.6" [dependencies.sequoia-openpgp] version = "1.17" default-features = false [dependencies.tokio] version = "1.19" features = [ "rt-multi-thread", "io-util", "net", ] [dev-dependencies.env_logger] version = ">=0.10, <0.12" [dev-dependencies.sequoia-openpgp] version = "1" features = ["compression"] default-features = false [dev-dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] default-features = false [target."cfg(not(windows))".dev-dependencies.sequoia-openpgp] version = "1" features = [ "crypto-nettle", "__implicit-crypto-backend-for-tests", ] default-features = false [target."cfg(windows)".dev-dependencies.sequoia-openpgp] version = "1" features = [ "crypto-cng", "__implicit-crypto-backend-for-tests", ] default-features = false [badges.maintenance] status = "actively-developed"