[package] name = "sequoia-net" description = "Network services for OpenPGP" version = "0.7.0" authors = [ "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] documentation = "https://docs.sequoia-pgp.org/0.7.0/sequoia_net" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" readme = "../README.md" keywords = ["cryptography", "openpgp", "pgp", "hkp", "keyserver"] categories = ["cryptography", "authentication", "email"] license = "GPL-3.0" [badges] gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] sequoia-openpgp = { path = "../openpgp", version = "0.7" } sequoia-core = { path = "../core", version = "0.7" } failure = "0.1.2" futures = "0.1" http = "0.1.5" hyper = "0.12" hyper-tls = "0.3" libc = "0.2.33" native-tls = "0.2.0" percent-encoding = "1.0.1" tokio-core = "0.1" tokio-io = "0.1.4" url = "1.6.0" [dev-dependencies] rand = "0.6"