# 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 = "axum-webtools" version = "0.1.10" authors = ["Jonatan Lemes"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "General purpose tools for axum web framework." homepage = "https://github.com/jonatansalemes/axum-webtools.git" documentation = "https://docs.rs/axum-webtools" readme = "README.md" keywords = [ "axum", "dotenv", "sqlx", "tx", "jwt", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/jonatansalemes/axum-webtools.git" [lib] name = "axum_webtools" path = "src/lib.rs" [dependencies.argon2] version = "0.5.3" [dependencies.axum] version = "0.7.7" [dependencies.axum-extra] version = "0.9.4" features = ["typed-header"] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.derive_more] version = "1.0.0" features = ["display"] [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.scoped-futures] version = "0.1.4" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.sqlx] version = "0.8.2" [dependencies.thiserror] version = "2.0.3" [dependencies.validator] version = "0.19.0" [dev-dependencies.fake] version = "3.0.1"