]> git.lizzy.rs Git - connect-rs.git/blob - Cargo.toml
rename stitch-net to connect
[connect-rs.git] / Cargo.toml
1 [package]
2 name = "connect"
3 version = "0.0.2"
4 authors = ["Sachandhan Ganesh <sachan.ganesh@gmail.com>"]
5 edition = "2018"
6
7 [dependencies]
8 anyhow = "1.0.31"
9 async-channel = "1.4.0"
10 async-std = { version = "1.6.2", features = ["tokio02", "unstable"] }
11 async-tls = { version = "0.9.0", default-features = false, features = ["client", "server"]}
12 async-trait = "0.1.39"
13 bytes = "0.5.5"
14 dashmap = "3.11.10"
15 futures = "0.3.8"
16 log = "0.4"
17 protobuf = "2.18.1"
18 rustls = "0.18.0"
19
20 [build-dependencies]
21 protobuf-codegen-pure = "2.18.1"