summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
blob: cf6a53211cd6a6a93b07561f757bea666d5555ca (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" }

capnp-rpc = "0.9"
failure = "0.1.2"
fs2 = "0.4.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"
rand = "0.5"
tokio-core = "0.1"
tokio-io = "0.1.4"
url = "1.6.0"