summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
blob: 91775697381a90c303f53cc3215e9e4d644a5c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "sequoia-net"
version = "0.1.0"
authors = ["Justus Winter <justus@pep-project.org>"]

[dependencies]
openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }

fs2 = "0.4.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"
rand = "0.3"
tokio-core = "0.1"
tokio-io = "0.1.4"
capnp-rpc = "0.8"