# 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 = "with_postgres_ready" version = "0.1.1" description = """ Helper for running tests with a Postgres database in a Docker container that is ready to accept connections. """ documentation = "https://docs.rs/with_postgres_ready" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bondo/with-postgres-ready" [dependencies.dockertest] version = "0.3.1" [dependencies.tokio] version = "1.29.1" [dependencies.tokio-postgres] version = "0.7.8" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.test-log] version = "0.2.12" features = ["trace"] [dev-dependencies.tracing] version = "0.1.37" features = ["log"] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]