# 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-cert-store" version = "0.6.1" authors = [ "Neal H. Walfield ", "Justus Winter ", ] description = "A certificate database interface." homepage = "https://sequoia-pgp.org/" readme = "README.md" keywords = [ "cryptography", "openpgp", "keyring", "database", ] categories = [ "cryptography", "authentication", "email", "command-line-utilities", ] license = "LGPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia-cert-store" [package.metadata.docs.rs] features = ["sequoia-openpgp/default"] [lib] name = "sequoia_cert_store" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.18" [dependencies.crossbeam] version = "0.8.1" [dependencies.dirs] version = "5" [dependencies.gethostname] version = ">=0.4, <0.6" [dependencies.num_cpus] version = "1" [dependencies.openpgp-cert-d] version = "0.3.2" [dependencies.rayon] version = "1" [dependencies.rusqlite] version = ">=0.29, <0.32" features = [ "collation", "blob", "trace", ] [dependencies.sequoia-net] version = "0.28" optional = true default-features = false [dependencies.sequoia-openpgp] version = "1.21.1" default-features = false [dependencies.smallvec] version = "1.1" [dependencies.thiserror] version = "1.0.2" [dependencies.tokio] version = "1.13" features = ["rt"] optional = true [dependencies.url] version = "2.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rusty-fork] version = "0.3.0" [dev-dependencies.tempfile] version = "3" [features] default = ["keyserver"] keyserver = [ "dep:sequoia-net", "dep:tokio", ] [target."cfg(not(windows))".dev-dependencies.sequoia-openpgp] version = "1" features = [ "crypto-nettle", "__implicit-crypto-backend-for-tests", ] default-features = false [target."cfg(windows)".dependencies.rusqlite] version = ">=0.29, <0.32" features = ["bundled"] [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"