# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ar_pe_ce" version = "0.1.1" authors = ["Wojciech Polak "] description = "HTTP2 based simple streaming RPC" homepage = "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"] license = "MIT" repository = "https://github.com/frondeus/ar_pe_ce" [dependencies.ar_pe_ce_core] version = "0.1.0" [dependencies.ar_pe_ce_macro] version = "0.1.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.async-stream] version = "0.3.1" [dev-dependencies.futures] version = "0.3.14" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.2"