[dependencies.aide]
optional = true
version = "0.16.0-alpha.1"
[dependencies.anyhow]
version = "1.0"
[dependencies.axum]
features = ["macros"]
version = "0.8"
[dependencies.byte-unit]
features = ["serde"]
version = "5.1"
[dependencies.indexmap]
version = "2.0"
[dependencies.inventory]
version = "0.3.15"
[dependencies.rmpv]
features = ["with-serde"]
optional = true
version = "1.3"
[dependencies.schemars]
version = "1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.socketioxide]
features = ["tracing"]
optional = true
version = "0.17.2"
[dependencies.spring]
version = "0.4"
[dependencies.spring-macros]
version = "0.4"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.47"
[dependencies.tower]
features = ["full"]
version = "0.5"
[dependencies.tower-http]
features = ["full"]
version = "0.6"
[dependencies.tracing]
features = ["log"]
version = "0.1"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tower]
version = "0.5"
[features]
default = ["http2"]
http2 = ["axum/http2"]
multipart = ["axum/multipart", "aide/axum-multipart"]
openapi = ["aide", "aide/axum", "aide/axum-tokio", "aide/axum-extra", "aide/axum-extra-cookie", "aide/axum-extra-cookie-private", "aide/axum-extra-form", "aide/axum-extra-headers", "aide/axum-extra-json-deserializer", "aide/axum-extra-query", "aide/axum-extra-typed-routing", "aide/axum-form", "aide/axum-json", "aide/axum-matched-path", "aide/axum-original-uri", "aide/axum-query"]
openapi-redoc = ["aide/redoc"]
openapi-scalar = ["aide/scalar"]
openapi-swagger = ["aide/swagger"]
socket_io = ["dep:socketioxide", "dep:rmpv", "spring-macros/socket_io"]
ws = ["axum/ws", "aide/axum-ws"]
[lib]
name = "spring_web"
path = "src/lib.rs"
[package]
authors = ["holmofy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "Integration of rust application framework spring-rs and Axum web framework"
edition = "2021"
keywords = ["web-programming", "web-server", "spring"]
license = "MIT"
name = "spring-web"
readme = "README.md"
repository = "https://github.com/spring-rs/spring-rs"
version = "0.4.14"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"