actix-framed 0.2.0

Actix framed app server
Documentation
# 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 = "actix-framed"
version = "0.2.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix framed app server"
homepage = "https://actix.rs"
documentation = "https://docs.rs/actix-framed/"
readme = "README.md"
keywords = ["http", "web", "framework", "async", "futures"]
categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-web.git"

[lib]
name = "actix_framed"
path = "src/lib.rs"
[dependencies.actix-codec]
version = "0.1.2"

[dependencies.actix-http]
version = "0.2.0"

[dependencies.actix-router]
version = "0.1.2"

[dependencies.actix-rt]
version = "0.2.2"

[dependencies.actix-server-config]
version = "0.1.1"

[dependencies.actix-service]
version = "0.4.0"

[dependencies.actix-utils]
version = "0.4.0"

[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1.25"

[dependencies.log]
version = "0.4"
[dev-dependencies.actix-connect]
version = "0.2.0"
features = ["ssl"]

[dev-dependencies.actix-http-test]
version = "0.2.0"
features = ["ssl"]

[dev-dependencies.actix-server]
version = "0.5.0"
features = ["ssl"]