# 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.67" name = "sequoia-net" version = "0.28.0" authors = [ "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] description = "Network services for OpenPGP" homepage = "https://sequoia-pgp.org/" documentation = "https://docs.rs/sequoia-net" readme = "README.md" keywords = [ "cryptography", "openpgp", "pgp", "hkp", "keyserver", ] categories = [ "cryptography", "authentication", "email", ] license = "LGPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia" [package.metadata.docs.rs] features = ["sequoia-openpgp/default"] [lib] bench = false [dependencies.anyhow] version = "1.0.18" [dependencies.base64] version = "0.21" [dependencies.futures-util] version = "0.3.5" [dependencies.hickory-client] version = "0.24" [dependencies.hickory-resolver] version = "0.24" features = ["dnssec-openssl"] [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14.10" features = [ "http1", "http2", ] [dependencies.hyper-tls] version = "0.5" [dependencies.libc] version = "0.2.66" [dependencies.percent-encoding] version = "2.1" [dependencies.reqwest] version = "0.11" [dependencies.sequoia-openpgp] version = "1.13" default-features = false [dependencies.tempfile] version = "3.1" [dependencies.thiserror] version = "1.0.2" [dependencies.tokio] version = "1.13.1" features = ["macros"] [dependencies.url] version = "2.1" [dependencies.z-base-32] version = "0.1.2" [dev-dependencies.hyper] version = "0.14" features = ["server"] [dev-dependencies.rand] version = "0.8" features = ["getrandom"] default-features = false [dev-dependencies.reqwest] version = "0.11" features = ["socks"] [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" [badges.maintenance] status = "actively-developed"