# 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_mock" version = "0.1.2" authors = ["Tosei <359387050@qq.com>"] 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/wangxinyang/sqlx-mock" documentation = "https://docs.rs/sqlx-mock" readme = "README.md" keywords = [ "sqlx", "postgres", "database", "test", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/wangxinyang/sqlx-mock" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-rustls", "postgres", ] [dependencies.tokio] version = "1.21.2" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.uuid] version = "1.2.1" features = ["v4"]