# 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" version = "0.6.1" authors = ["Neal H. Walfield "] build = "build.rs" description = "Sequoia's private key store server." 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-generic] version = "1.1.0" [dependencies.capnp] version = "0.19" [dependencies.dirs] version = "5" [dependencies.env_logger] version = ">=0.10, <0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.paste] version = "1" [dependencies.sequoia-directories] version = "0.1" [dependencies.sequoia-ipc] version = "0.35" [dependencies.sequoia-keystore-backend] version = "0.6" [dependencies.sequoia-keystore-gpg-agent] version = "0.4" optional = true [dependencies.sequoia-keystore-openpgp-card] version = "0.1" optional = true [dependencies.sequoia-keystore-softkeys] version = "0.6" optional = true [dependencies.sequoia-keystore-tpm] version = "0.1" optional = true [dependencies.sequoia-openpgp] version = "1.17" default-features = false [dependencies.thiserror] version = "1.0.2" [dependencies.tokio] version = "1.21" features = [ "rt", "net", "io-std", "macros", ] [dependencies.tokio-util] version = "0.7" features = ["compat"] [dev-dependencies.dircpy] version = "0.3" [dev-dependencies.env_logger] version = ">=0.10, <0.12" [dev-dependencies.test-log] version = "0.2.10" [dev-dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] default-features = false [build-dependencies.capnpc] version = "0.19" [features] default = [ "softkeys", "gpg-agent", ] gpg-agent = ["dep:sequoia-keystore-gpg-agent"] openpgp-card = ["dep:sequoia-keystore-openpgp-card"] softkeys = ["dep:sequoia-keystore-softkeys"] tpm = ["dep:sequoia-keystore-tpm"] [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"