salvo_extra 0.54.2

Salvo is a powerful web framework that can make your work easier.
Documentation
[dependencies.base64]
optional = true
version = "0.21"

[dependencies.etag]
features = ["std"]
optional = true
version = "4"

[dependencies.futures-util]
default-features = false
optional = true
version = "0.3"

[dependencies.hyper]
features = ["server", "http1", "http2", "client"]
optional = true
version = "=1.0.0-rc.4"

[dependencies.pin-project]
optional = true
version = "1"

[dependencies.salvo_core]
default-features = false
version = "0.54.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.tokio]
optional = true
version = "1"

[dependencies.tokio-tungstenite]
default-features = false
optional = true
version = "0.20"

[dependencies.tokio-util]
features = ["io"]
optional = true
version = "0.7"

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

[dependencies.ulid]
default-features = false
features = ["std"]
optional = true
version = "1"
[dev-dependencies.http-body-util]
version = "0.1.0-rc.3"

[dev-dependencies.salvo_core]
default-features = false
features = ["http1", "test"]
version = "0.54.2"

[dev-dependencies.time]
version = "0.3"

[dev-dependencies.tokio-stream]
default-features = false
version = "0.1"

[dev-dependencies.tracing-test]
version = "0.2.1"

[features]
affix = []
basic-auth = ["dep:base64"]
caching-headers = ["dep:etag", "dep:tracing"]
catch-panic = ["dep:futures-util", "dep:tracing"]
concurrency-limiter = ["dep:tracing", "tokio"]
default = ["full"]
force-https = ["dep:tracing"]
full = ["affix", "basic-auth", "caching-headers", "catch-panic", "force-https", "logging", "sse", "concurrency-limiter", "size-limiter", "trailing-slash", "timeout", "websocket", "request-id"]
logging = ["dep:tracing"]
request-id = ["dep:ulid"]
size-limiter = []
sse = ["dep:futures-util", "dep:pin-project", "tokio", "dep:serde", "dep:serde_json", "dep:tracing"]
timeout = ["tokio/macros"]
trailing-slash = ["dep:tracing"]
websocket = ["dep:futures-util", "dep:hyper", "tokio", "tokio-tungstenite", "dep:tracing"]

[package]
authors = ["Chrislearn Young <chrislearn@hotmail.com>"]
categories = ["web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous"]
description = "Salvo is a powerful web framework that can make your work easier.\n"
edition = "2021"
homepage = "https://salvo.rs"
keywords = ["http", "async", "web", "framework", "server"]
license = "MIT OR Apache-2.0"
name = "salvo_extra"
readme = "README.md"
repository = "https://github.com/salvo-rs/salvo"
version = "0.54.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]