# 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-gpg-agent" version = "0.5.0" authors = [ "Justus Winter ", "Neal H. Walfield ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library for interacting with GnuPG's gpg-agent" homepage = "https://sequoia-pgp.org/" documentation = "https://docs.rs/sequoia-gpg-agent" readme = "README.md" keywords = [ "cryptography", "openpgp", "pgp", "encryption", "signing", ] categories = [ "cryptography", "authentication", ] license = "LGPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia-gpg-agent" [package.metadata.docs.rs] features = ["sequoia-openpgp/default"] [profile.release] debug = 2 [lib] name = "sequoia_gpg_agent" path = "src/lib.rs" [[example]] name = "assuan-client" path = "examples/assuan-client.rs" [[example]] name = "export-sexp" path = "examples/export-sexp.rs" [[example]] name = "gpg-agent-client" path = "examples/gpg-agent-client.rs" [[example]] name = "gpg-agent-decrypt" path = "examples/gpg-agent-decrypt.rs" [[example]] name = "gpg-agent-sign" path = "examples/gpg-agent-sign.rs" [[test]] name = "gpg-agent" path = "tests/gpg-agent.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.lalrpop-util] version = ">=0.17, <0.23" [dependencies.libc] version = "0.2.152" [dependencies.sequoia-ipc] version = "0.35.0" [dependencies.sequoia-openpgp] version = "1.19" features = ["compression"] default-features = false [dependencies.stfu8] version = "0.2" [dependencies.tempfile] version = "3.1" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.35.0" features = ["rt"] default-features = false [dev-dependencies.clap] version = "4" features = [ "derive", "env", "string", "wrap_help", ] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.tokio] version = "1.35.0" features = ["macros"] default-features = false [dev-dependencies.tokio-test] version = "0.4" [build-dependencies.lalrpop] version = ">=0.17, <0.23" 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.gitlab] repository = "sequoia-pgp/sequoia-gpg-agent" [badges.maintenance] status = "actively-developed"