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

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

capnp-rpc = "0.8"
failure = "0.1.1"
fs2 = "0.4.2"
futures = "0.1"
hyper = "0.11"
hyper-tls = "0.1.2"
libc = "0.2.33"
native-tls = "0.1.4"
percent-encoding = "1.0.1"
rand = "0.3"
tokio-core = "0.1"
tokio-io = "0.1.4"
url = "1.6.0"