kpostgres_fixture 0.2.0

Fixture for setting up a temporary database or a temporary postgres instance and running code in an isolated environment for testing
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "kpostgres_fixture"
version = "0.2.0"
authors = ["Ashkan Kiani <dev.kpostgres_fixture@kiani.io>"]
description = "Fixture for setting up a temporary database or a temporary postgres instance and running code in an isolated environment for testing"
homepage = "https://github.com/norcalli/kpostgres_fixture"
keywords = ["postgres", "testing", "docker"]
license = "MIT"
repository = "https://github.com/norcalli/kpostgres_fixture"
[dependencies.derive_more]
version = "0.15.0"

[dependencies.dockworker]
version = "0.0.13"
optional = true

[dependencies.log]
version = "0.4.8"

[dependencies.postgres]
version = "0.15.2"

[dependencies.rand]
version = "0.7.0"
[dev-dependencies.env_logger]
version = "0.6.2"

[features]
default = ["docker"]
docker = ["dockworker"]