# 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 = "springtime-web-axum" version = "2.0.1" authors = ["Kamil Rojewski "] description = "Web framework based on Springtime and axum." documentation = "https://docs.rs/springtime-web-axum" readme = "README.md" keywords = [ "web", "http", "spring", "framework", "axum", ] categories = [ "asynchronous", "web-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/krojew/springtime" [dependencies.axum] version = "0.7.1" [dependencies.config] version = "0.14.0" [dependencies.downcast] version = "0.11.0" [dependencies.futures] version = "0.3.29" [dependencies.fxhash] version = "0.2.1" [dependencies.serde] version = "1.0.193" [dependencies.springtime] version = "1.0.0" [dependencies.springtime-di] version = "1.0.0" features = ["async"] [dependencies.springtime-web-axum-derive] version = "0.1.0" optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.once_cell] version = "1.18.0" [dev-dependencies.portpicker] version = "0.1.1" [dev-dependencies.reqwest] version = "0.12.4" [dev-dependencies.tower-http] version = "0.5.0" features = [ "validate-request", "compression-gzip", "auth", ] [features] default = ["derive"] derive = ["springtime-web-axum-derive"]