tide 0.13.0

Serve the web – HTTP server framework
Documentation
[[bench]]
harness = false
name = "router"

[[test]]
name = "nested"
path = "tests/nested.rs"
required-features = ["unstable"]
[dependencies.async-h1]
optional = true
version = "2.0.1"

[dependencies.async-session]
optional = true
version = "2.0.0"

[dependencies.async-sse]
version = "4.0.0"

[dependencies.async-std]
features = ["unstable"]
version = "1.6.0"

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

[dependencies.femme]
version = "2.0.1"

[dependencies.futures-util]
version = "0.3.5"

[dependencies.http-types]
version = "2.2.1"

[dependencies.kv-log-macro]
version = "1.0.4"

[dependencies.pin-project-lite]
version = "0.1.7"

[dependencies.route-recognizer]
version = "0.2.0"

[dependencies.serde]
version = "1.0.102"

[dependencies.serde_json]
version = "1.0.41"
[dev-dependencies.async-std]
features = ["unstable", "attributes"]
version = "1.6.0"

[dev-dependencies.criterion]
version = "0.3.1"

[dev-dependencies.juniper]
version = "0.14.1"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.logtest]
version = "2.0.0"

[dev-dependencies.portpicker]
version = "0.1.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.102"

[dev-dependencies.surf]
default-features = false
features = ["h1-client"]
version = "2.0.0-alpha.3"

[dev-dependencies.tempfile]
version = "3.1.0"

[features]
__internal__bench = []
default = ["h1-server", "logger", "sessions"]
docs = ["unstable"]
h1-server = ["async-h1"]
logger = []
sessions = ["async-session"]
unstable = []

[package]
authors = ["Aaron Turon <aturon@mozilla.com>", "Yoshua Wuyts <yoshuawuyts@gmail.com>", "Wonwoo Choi <chwo9843@gmail.com>"]
categories = ["network-programming", "asynchronous", "web-programming::http-server"]
description = "Serve the web – HTTP server framework"
documentation = "https://docs.rs/tide"
edition = "2018"
keywords = ["tide", "http", "web", "framework", "async"]
license = "MIT OR Apache-2.0"
name = "tide"
readme = "README.md"
repository = "https://github.com/http-rs/tide"
version = "0.13.0"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]