# 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-database-tester" version = "0.4.2" authors = ["Kateřina Churanová "] description = "Library for creation of unit / integration tests with sqlx database support" readme = "README.md" license = "AGPL-3.0" resolver = "2" [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.14" optional = true [dependencies.sqlx] version = "0.6.0" features = [ "runtime-tokio-rustls", "postgres", ] [dependencies.sqlx-database-tester-macros] version = "0.4.2" [dependencies.uuid] version = "1.1.2" features = ["v4"] [dev-dependencies.sqlx] version = "0.6.0" features = [ "runtime-tokio-rustls", "postgres", ] [dev-dependencies.tokio] version = "1.10.0" [features] runtime-actix = ["sqlx-database-tester-macros/runtime-actix"] runtime-tokio = ["sqlx-database-tester-macros/runtime-tokio"] sqlx-log = ["log"]