roa-core 0.5.0

core components of roa web framework
Documentation
[badges.codecov]
repository = "Hexilee/roa"
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1.5.0"

[dependencies.async-trait]
version = "0.1.24"

[dependencies.bytes]
version = "0.5"

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

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "0.2"

[dependencies.hyper]
default-features = false
features = ["stream"]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
version = "0.2"
[dev-dependencies.async-std]
features = ["attributes", "unstable"]
version = "1.5.0"

[features]
docs = ["runtime"]
runtime = ["async-std"]

[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.5.0"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]