poem 0.1.3

Poem is a full-featured and easy-to-use web framework with the Rust programming language.
Documentation
[[example]]
name = "tracing"
required-features = ["tracing"]
[dependencies.anyhow]
version = "1.0.42"

[dependencies.async-compression]
features = ["tokio", "gzip", "brotli", "deflate"]
optional = true
version = "0.3.8"

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

[dependencies.base64]
version = "0.13.0"

[dependencies.bytes]
version = "1.0.1"

[dependencies.cookie]
features = ["percent-encode"]
version = "0.15.1"

[dependencies.futures-util]
features = ["sink"]
version = "0.3.16"

[dependencies.http]
version = "0.2.4"

[dependencies.hyper]
features = ["http1", "http2", "server", "runtime", "stream"]
version = "0.14.11"

[dependencies.mime]
version = "0.3.16"

[dependencies.multer]
features = ["tokio"]
optional = true
version = "2.0.1"

[dependencies.parking_lot]
version = "0.11.1"

[dependencies.poem-derive]
version = "0.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.127"

[dependencies.serde_json]
version = "1.0.66"

[dependencies.serde_urlencoded]
version = "0.7.0"

[dependencies.sha1]
version = "0.6.0"

[dependencies.tempfile]
optional = true
version = "3.2.0"

[dependencies.tokio]
features = ["sync", "rt", "net", "fs"]
version = "1.9.0"

[dependencies.tokio-rustls]
optional = true
version = "0.22.0"

[dependencies.tokio-stream]
version = "0.1.7"

[dependencies.tokio-tungstenite]
optional = true
version = "0.15.0"

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

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.typed-headers]
optional = true
version = "0.2.0"
[dev-dependencies.async-graphql]
version = "2.9.10"

[dev-dependencies.slab]
version = "0.4.3"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.9.0"

[dev-dependencies.tracing-subscriber]
version = "0.2.15"

[features]
compression = ["async-compression"]
default = []
multipart = ["multer"]
sse = []
tls = ["tokio-rustls"]
websocket = ["tokio-tungstenite"]

[package]
authors = ["sunli <scott_s829@163.com>"]
categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"]
description = "Poem is a full-featured and easy-to-use web framework with the Rust programming language."
documentation = "https://docs.rs/poem/"
edition = "2018"
homepage = "https://github.com/poem-web/poem"
keywords = ["http", "web", "framework", "async"]
license = "MIT/Apache-2.0"
name = "poem"
repository = "https://github.com/poem-web/poem"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]