requiem-framed 0.3.0-r1

Actix framed app server
[dependencies.bytes]
version = "0.5.3"

[dependencies.futures]
version = "0.3.1"

[dependencies.log]
version = "0.4"

[dependencies.pin-project]
version = "0.4.6"

[dependencies.requiem-codec]
version = "0.2.0"

[dependencies.requiem-http]
version = "1.0.1"

[dependencies.requiem-router]
version = "0.2.1"

[dependencies.requiem-rt]
version = "1.0.0"

[dependencies.requiem-service]
version = "1.0.1"

[dev-dependencies.requiem-connect]
features = ["openssl"]
version = "1.0.0"

[dev-dependencies.requiem-server]
version = "1.0.0"

[dev-dependencies.requiem-utils]
version = "1.0.3"

[lib]
name = "requiem_framed"
path = "src/lib.rs"

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"]
description = "Actix framed app server"
documentation = "https://docs.rs/actix-framed/"
edition = "2018"
homepage = "https://actix.rs"
keywords = ["http", "web", "framework", "async", "futures"]
license = "MIT/Apache-2.0"
name = "requiem-framed"
readme = "README.md"
repository = "https://github.com/actix/actix-web.git"
version = "0.3.0-r1"