# 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 = "temp-postgres" version = "0.1.0" publish = ["crates-io"] description = "temporary postgres instance meant for unit tests" readme = "README.md" keywords = [ "postgres", "database", "test", "temporary", "isolated", ] categories = [ "development-tools::testing", "database", "virtualization", ] license = "MIT" repository = "https://github.com/rocsys/temp-postgres" [dependencies.tempfile] version = "3.8.1" [dependencies.tokio] version = "1.34.0" features = [ "fs", "process", "rt", "time", ] [dependencies.tokio-postgres] version = "0.7.10" [dev-dependencies.assert2] version = "0.3.11" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt-multi-thread", "macros", ]