Files
tonic/tonic/Cargo.toml
T
2019-08-12 12:43:32 -04:00

23 lines
719 B
TOML

[package]
name = "tonic"
version = "0.1.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures-core-preview = "=0.3.0-alpha.17"
futures-util-preview = "=0.3.0-alpha.17"
tonic-macros = { path = "../tonic-macros" }
tracing = "0.1"
http = "0.1.14"
base64 = "0.10"
bytes = "0.4.7"
prost = "0.5"
percent-encoding = "1.0.1"
tower-service = { git = "https://github.com/tower-rs/tower", branch = "std-future" }
tokio-codec = "=0.2.0-alpha.1"
async-stream = { path = "../../async-stream/async-stream" }
http-body = { git = "https://github.com/hyperium/http-body", branch = "std-future" }