salvo 0.21.4

Salvo is a powerful and simplest web server framework in Rust world.
Documentation
[badges.codecov]
branch = "main"
repository = "salvo-rs/salvo"
service = "github"
[dependencies.salvo_core]
default-features = false
version = "0.21.4"

[dependencies.salvo_extra]
default-features = false
optional = true
version = "0.21.4"

[features]
acme = ["salvo_core/acme"]
anyhow = ["salvo_core/anyhow"]
basic-auth = ["salvo_extra/basic-auth"]
compression = ["salvo_extra/compression"]
cors = ["salvo_extra/cors"]
csrf = ["salvo_extra/csrf"]
default = []
extra = ["salvo_extra/full"]
full = ["rustls", "native-tls", "unix", "acme", "anyhow", "extra"]
jwt-auth = ["salvo_extra/jwt-auth"]
logging = ["salvo_extra/logging"]
native-tls = ["salvo_core/native-tls"]
proxy = ["salvo_extra/proxy"]
rustls = ["salvo_core/rustls"]
serve-static = ["salvo_extra/serve-static"]
size-limiter = ["salvo_extra/size-limiter"]
sse = ["salvo_extra/sse"]
timeout = ["salvo_extra/timeout"]
unix = ["salvo_core/unix"]
ws = ["salvo_extra/ws"]

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

[package]
authors = ["Chrislearn Young <chrislearn@hotmail.com>"]
categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"]
description = "Salvo is a powerful and simplest web server framework in Rust world.\n"
documentation = "https://docs.rs/salvo/"
edition = "2021"
homepage = "https://salvo.rs"
keywords = ["salvo", "web", "framework", "server"]
license = "MIT OR Apache-2.0"
name = "salvo"
readme = "../README.md"
repository = "https://github.com/salvo-rs/salvo"
version = "0.21.4"
[package.metadata.docs.rs]
all-features = true