via 2.0.0-beta.2

An async multi-threaded web framework for people who appreciate simplicity.
Documentation
[dependencies.bytes]
version = "1.7"

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

[dependencies.futures-core]
default-features = false
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
features = ["server"]
version = "1.4"

[dependencies.hyper-util]
features = ["tokio"]
version = "0.1"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["macros", "signal"]
version = "1"

[dependencies.tokio-rustls]
default-features = false
optional = true
version = "0.26"

[dependencies.via-router]
version = "2"

[features]
default = ["http1"]
http1 = ["hyper/http1"]
http2 = ["hyper/http2"]
rustls = ["dep:tokio-rustls"]

[lib]
name = "via"
path = "src/lib.rs"

[package]
authors = ["Zachary Golba <zachary.golba@postlight.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "An async multi-threaded web framework for people who appreciate simplicity."
edition = "2021"
homepage = "https://github.com/zacharygolba/via"
license = "MIT OR Apache-2.0"
name = "via"
readme = "README.md"
repository = "https://github.com/zacharygolba/via"
version = "2.0.0-beta.2"