# 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-db-tester" version = "0.5.0" authors = ["Tyr Chen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool to test sqlx with postgres. It will automatically create a database and drop it after the test." homepage = "https://github.com/tyrchen/sqlx-db-tester" documentation = "https://docs.rs/sqlx-db-tester" readme = "README.md" keywords = [ "sqlx", "postgres", "database", "test", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/sqlx-db-tester" [lib] name = "sqlx_db_tester" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.csv] version = "1.3" [dependencies.itertools] version = "0.13" [dependencies.sqlx] version = "0.8" features = [ "runtime-tokio-rustls", "postgres", ] [dependencies.tokio] version = "1.40" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.uuid] version = "1.10" features = ["v4"]