# 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 = "sqlx-aurora" version = "0.0.1" authors = ["Alefh Sousa "] exclude = [ ".pre-commit-config.yaml", ".github", ] description = "utilities for sqlx and aws aurora" homepage = "https://github.com/will-bank/sqlx-aurora" readme = "README.md" keywords = [ "postgres", "sqlx", "hpa-proxy", "database", ] categories = [ "web-programming", "database", ] license = "MIT" repository = "https://github.com/will-bank/sqlx-aurora" [dependencies.sqlx] version = "0.8.2" features = [ "postgres", "runtime-tokio-native-tls", "macros", ] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.test-context] version = "0.3.0" [dev-dependencies.testcontainers] version = "0.23.1" features = ["blocking"] [dev-dependencies.testcontainers-modules] version = "0.11.2" features = ["postgres"] [dev-dependencies.tokio] version = "1.40.0" features = ["full"]