# 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 = "aide-axum-sqlx-tx" version = "0.13.1" authors = ["Wicpar"] description = "axum-sqlx-tx for aide" readme = "README.md" keywords = [ "web", "axum", "json", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tamasfe/aide" resolver = "2" [dependencies.aide] version = "0.13" [dependencies.sqlx-06] version = "0.5.0" optional = true package = "axum-sqlx-tx" [dependencies.sqlx-07] version = "0.8.0" optional = true package = "axum-sqlx-tx" [dev-dependencies.sqlx] version = "^0.7" features = ["postgres"] [dev-dependencies.sqlx-07] version = "0.8.0" features = ["postgres"] package = "axum-sqlx-tx" [features] any = [ "sqlx-07?/any", "sqlx-06?/any", ] default = ["sqlx-07"] mysql = [ "sqlx-07?/mysql", "sqlx-06?/mysql", ] postgres = [ "sqlx-07?/postgres", "sqlx-06?/postgres", ] runtime-tokio-native-tls = [ "sqlx-07?/runtime-tokio-native-tls", "sqlx-06?/runtime-tokio-native-tls", ] runtime-tokio-rustls = [ "sqlx-07?/runtime-tokio-rustls", "sqlx-06?/runtime-tokio-rustls", ] sqlx-06 = ["dep:sqlx-06"] sqlx-07 = ["dep:sqlx-07"]