sequoia-net 0.30.1

Network services for OpenPGP
Documentation
# 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.85"
name = "sequoia-net"
version = "0.30.1"
authors = [
    "Justus Winter <justus@sequoia-pgp.org>",
    "Kai Michaelis <kai@sequoia-pgp.org>",
    "Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"]

[badges.gitlab]
repository = "sequoia-pgp/sequoia"

[badges.maintenance]
status = "actively-developed"

[lib]
name = "sequoia_net"
path = "src/lib.rs"
bench = false

[[example]]
name = "dane-generate"
path = "examples/dane-generate.rs"

[[example]]
name = "dane-get"
path = "examples/dane-get.rs"

[[example]]
name = "hkp-get"
path = "examples/hkp-get.rs"

[[example]]
name = "tor-hkp-get"
path = "examples/tor-hkp-get.rs"

[[test]]
name = "hkp"
path = "tests/hkp.rs"

[dependencies.anyhow]
version = "1.0.18"

[dependencies.base64]
version = ">= 0.21, < 0.23"

[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 = "1"

[dependencies.hyper]
version = "1"
features = [
    "http1",
    "http2",
]

[dependencies.hyper-tls]
version = "0.6"

[dependencies.libc]
version = "0.2.66"

[dependencies.percent-encoding]
version = "2.1"

[dependencies.reqwest]
version = "0.12"

[dependencies.sequoia-openpgp]
version = "2"
default-features = false

[dependencies.thiserror]
version = ">=1, <3"

[dependencies.tokio]
version = "1.13.1"
features = ["macros"]

[dependencies.url]
version = "2.1"

[dependencies.z-base-32]
version = "0.1.2"

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.hyper]
version = "1"
features = ["server"]

[dev-dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dev-dependencies.reqwest]
version = "0.12"
features = ["socks"]

[dev-dependencies.tempfile]
version = "3.1"

[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
version = "2"
features = [
    "crypto-nettle",
    "__implicit-crypto-backend-for-tests",
]
default-features = false

[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
version = "2"
features = [
    "crypto-cng",
    "__implicit-crypto-backend-for-tests",
]
default-features = false