# 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-ssk-tester" version = "0.1.1" authors = ["s Shang "] description = " A simple tool to test sqlx with postgres , It will automatically create a database and a table for testing. and drop the database after testing. " homepage = "https://github.com/heheshang/sqlx-db-ssk-tester" documentation = "https://docs.rs/sqlx-db-ssk-tester" readme = "README.md" keywords = [ "sqlx", "postgres", "database", "test", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/heheshang/sqlx-db-ssk-tester" resolver = "2" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-rustls", "postgres", ] [dependencies.tokio] version = "1.22.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.uuid] version = "1.2.2" features = ["v4"]