# 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 = "actix-web-sqlx-tx" version = "0.1.6" authors = ["Jonatan Lemes"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple actix sql tx support" homepage = "https://github.com/jonatansalemes/actix-web-sqlx-tx.git" documentation = "https://docs.rs/actix-web-sqlx-tx" readme = "README.md" keywords = [ "actix", "web", "tx", "sqlx", "transaction", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/jonatansalemes/actix-web-sqlx-tx.git" [lib] name = "actix_web_sqlx_tx" path = "src/lib.rs" [dependencies.actix-web] version = "4.8.0" [dependencies.apistos] version = "0.3.5" features = [ "extras", "qs_query", ] [dependencies.derive_more] version = "1.0.0" features = ["display"] [dependencies.schemars] version = "0.8" features = [ "chrono", "uuid1", "url", "rust_decimal", ] package = "apistos-schemars" [dependencies.scoped-futures] version = "0.1.3" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.sqlx] version = "0.8.0" [dependencies.validator] version = "0.18.1" [dev-dependencies]