roa-core 0.6.1

core components of roa web framework
Documentation
[badges.codecov]
repository = "Hexilee/roa"
[dependencies.async-trait]
version = "0.1.51"

[dependencies.bytes]
version = "1.1"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "0.2"

[dependencies.hyper]
default-features = false
features = ["stream", "server", "http1", "http2"]
version = "0.14"

[dependencies.tokio]
version = "1.15"

[dependencies.tokio-util]
features = ["io"]
version = "0.6.9"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio]
features = ["fs", "macros", "rt"]
version = "1.15"

[features]
docs = ["runtime"]
runtime = ["tokio/rt"]

[package]
authors = ["Hexilee <i@hexilee.me>"]
categories = ["network-programming", "asynchronous", "web-programming::http-server"]
description = "core components of roa web framework"
documentation = "https://docs.rs/roa-core"
edition = "2018"
homepage = "https://github.com/Hexilee/roa/wiki"
keywords = ["http", "web", "framework", "async"]
license = "MIT"
name = "roa-core"
readme = "./README.md"
repository = "https://github.com/Hexilee/roa"
version = "0.6.1"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]