From c1082dbc8461a27fe7e8967084a3f072a2880ed1 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 6 Dec 2017 18:21:01 +0100 Subject: Retrieve and send keys using the hkps? protocol. - Use hyper for http, hyper-tls for https. - Provide an easy constructor for the hkps pool. - Add ffi glue. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7cfe2f24..43343ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,16 @@ authors = ["Neal H. Walfield "] base64 = "0.8.0" bzip2 = "0.3.2" flate2 = "0.2" +futures = "0.1" +hyper = "0.11" +hyper-tls = "0.1.2" libc = "0.2.33" +native-tls = "0.1.4" nom = "3.2.0" num = "0.1.40" num-derive = "0.1.41" +percent-encoding = "1.0.1" +tokio-core = "0.1" [lib] name = "sequoia" -- cgit v1.2.3