# 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-chameleon-gnupg" version = "0.11.2" authors = ["Justus Winter "] build = "build.rs" include = [ "src", "tests", "build.rs", "AUTHORS.GnuPG", "LICENSE.txt", "README.md", "!/integration/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Sequoia's reimplementation of the GnuPG interface" homepage = "https://sequoia-pgp.org/" documentation = "https://docs.rs/sequoia-chameleon-gnupg" readme = "README.md" keywords = [ "cryptography", "openpgp", "pgp", "encryption", "signing", ] categories = [ "cryptography", "authentication", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg" [profile.release] debug = 2 [[bin]] name = "gpg-recorder" path = "src/gpg-recorder.rs" required-features = ["the-recorder-steals-secrets-and-i-wont-package-it-in-slash-bin"] [[bin]] name = "gpg-sq" path = "src/gpg.rs" [[bin]] name = "gpgv-sq" path = "src/gpgv.rs" [[test]] name = "gpg" path = "tests/gpg.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = ">= 0.21, < 0.23" [dependencies.buffered-reader] version = "1" [dependencies.chrono] version = "0.4" [dependencies.daemonize] version = "0.5" [dependencies.dirs] version = "5" [dependencies.fd-lock] version = ">= 3, < 5" default-features = false [dependencies.filetime] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.indexmap] version = "2" [dependencies.interprocess] version = "1" default-features = false [dependencies.libc] version = "0.2" [dependencies.memchr] version = "2" [dependencies.openssh-keys] version = "0.6" default-features = false [dependencies.percent-encoding] version = "2" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" default-features = false [dependencies.rayon] version = "1" [dependencies.reqwest] version = "0.11" features = ["socks"] [dependencies.rpassword] version = "7" [dependencies.rusqlite] version = ">=0.29, <0.32" [dependencies.sequoia-cert-store] version = "0.6" [dependencies.sequoia-gpg-agent] version = "0.4" [dependencies.sequoia-ipc] version = "0.35" [dependencies.sequoia-net] version = "0.28" [dependencies.sequoia-openpgp] version = "1.21" features = ["compression"] default-features = false [dependencies.sequoia-policy-config] version = "0.6" [dependencies.sequoia-wot] version = "0.12" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.shellexpand] version = "3" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.19" features = [ "rt-multi-thread", "io-util", "net", "process", "io-std", "fs", ] [dev-dependencies.anyhow] version = "1" features = ["backtrace"] [dev-dependencies.bzip2] version = "0.4" default-features = false [dev-dependencies.diff] version = "0.1" [dev-dependencies.editdistancek] version = "1" [dev-dependencies.histo] version = "1" [dev-dependencies.interprocess] version = "1" default-features = false [dev-dependencies.ntest] version = "0.9" [dev-dependencies.regex] version = "1" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.serde_with] version = "3" [dev-dependencies.stfu8] version = "0.2" [dev-dependencies.tar] version = "0.4" default-features = false [dev-dependencies.tempfile] version = "3" [build-dependencies.anyhow] version = "1" [build-dependencies.clap] version = "4.4.18" [build-dependencies.clap_complete] version = "4.4.9" [build-dependencies.clap_mangen] version = "0.2.19" [build-dependencies.roff] version = "0.2" [build-dependencies.thiserror] version = "1" [features] crypto-botan = ["sequoia-openpgp/crypto-botan"] crypto-botan2 = ["sequoia-openpgp/crypto-botan2"] crypto-cng = ["sequoia-openpgp/crypto-cng"] crypto-nettle = ["sequoia-openpgp/crypto-nettle"] crypto-openssl = ["sequoia-openpgp/crypto-openssl"] default = ["crypto-nettle"] the-recorder-steals-secrets-and-i-wont-package-it-in-slash-bin = []