# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "spring-web" version = "0.3.0" authors = ["holmofy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integration of rust application framework spring-rs and Axum web framework" readme = "README.md" keywords = [ "web-programming", "web-server", "spring", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/spring-rs/spring-rs" [lib] name = "spring_web" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.axum] version = "0.7" [dependencies.byte-unit] version = "5.1" features = ["serde"] [dependencies.inventory] version = "0.3.15" [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0" [dependencies.spring] version = "0.3" [dependencies.spring-macros] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.39" features = ["full"] [dependencies.tower] version = "0.5" features = ["full"] [dependencies.tower-http] version = "0.6" features = ["full"] [dependencies.tracing] version = "0.1.40" features = ["log"] [dev-dependencies] [features] default = ["http2"] http2 = ["axum/http2"] multipart = ["axum/multipart"] ws = ["axum/ws"]