[dependencies.anyhow]
version = "1.0"
[dependencies.axum]
version = "0.7.5"
[dependencies.byte-unit]
features = ["serde"]
version = "5.1"
[dependencies.inventory]
version = "0.3.15"
[dependencies.schemars]
version = "0.8.21"
[dependencies.serde]
version = "1.0"
[dependencies.spring]
version = "0.1.1"
[dependencies.spring-macros]
version = "0.1.1"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.39"
[dependencies.tower]
features = ["full"]
version = "0.5"
[dependencies.tower-http]
features = ["full"]
version = "0.5.2"
[dependencies.tracing]
features = ["log"]
version = "0.1.40"
[features]
http2 = ["axum/http2"]
multipart = ["axum/multipart"]
ws = ["axum/ws"]
[lib]
name = "spring_web"
path = "src/lib.rs"
[package]
authors = ["holmofy"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Integration of rust application framework spring-rs and Axum web framework"
edition = "2021"
license = "MIT"
name = "spring-web"
readme = "README.md"
repository = "https://github.com/holmofy/spring-rs"
version = "0.1.4"