ar_pe_ce_core 0.1.0

HTTP2 based simple streaming RPC - core library
Documentation
[package]
name = "ar_pe_ce_core"
version = "0.1.0"
authors = ["Wojciech Polak <frondeus@gmail.com>"]
license = "MIT"
description = "HTTP2 based simple streaming RPC - core library"
homepage = "https://github.com/frondeus/ar_pe_ce"
repository = "https://github.com/frondeus/ar_pe_ce"
documentation = "https://docs.rs/ar_pe_ce"
readme = "README.md"
keywords = ["rpc", "async", "stream", "http2"]
categories = ["web-programming::http-server", "web-programming::http-client"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
async-stream = "0.3.1"
async-trait = "0.1"
bytes = "1.0.1"
futures = "0.3"
hyper = { version = "0.14", features = ["full"] }
rmp-serde = "0.15.4"
serde = "1.0.125"
tracing = "0.1"
url = "2.2"