roa-async-std 0.6.0

tokio-based runtime and acceptor
[dependencies.async-std]
features = ["unstable"]
version = "1.10"

[dependencies.futures]
version = "0.3"

[dependencies.futures-timer]
version = "3.0"

[dependencies.roa]
default-features = false
version = "0.6.0"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.async-std]
features = ["attributes", "unstable"]
version = "1.10"

[dev-dependencies.reqwest]
version = "0.11"

[dev-dependencies.roa]
version = "0.6.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.15"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[features]
docs = ["roa/docs"]

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