postgresfixture 0.5.0

Easily create and manage PostgreSQL clusters on demand for testing and development.
Documentation
[[bin]]
doc = false
name = "postgresfixture"
path = "src/main.rs"
[badges.travis-ci]
branch = "master"
repository = "allenap/rust-postgresfixture"
[dependencies.clap]
features = ["derive", "env"]
version = "^4.1.6"

[dependencies.color-eyre]
version = "^0.6.2"

[dependencies.ctrlc]
features = ["termination"]
version = "^3.2.5"

[dependencies.either]
version = "^1.8.1"

[dependencies.glob]
version = "^0.3.1"

[dependencies.lazy_static]
version = "^1.4.0"

[dependencies.nix]
version = "^0.27.1"

[dependencies.postgres]
version = "^0.19.4"

[dependencies.postgres-protocol]
version = "^0.6.4"

[dependencies.rand]
version = "^0.8.5"

[dependencies.regex]
version = "^1.7.1"

[dependencies.shell-quote]
version = "^0.3.0"

[dependencies.uuid]
features = ["v5"]
version = "^1.3.0"
[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tempdir]
version = "^0.3.7"

[lib]
name = "postgresfixture"
path = "src/lib.rs"

[package]
authors = ["Gavin Panella <gavin@allenap.me>"]
categories = ["command-line-utilities", "database", "development-tools", "development-tools::testing"]
description = "Easily create and manage PostgreSQL clusters on demand for testing and development."
edition = "2021"
keywords = ["database", "postgres", "postgresql"]
license = "Apache-2.0"
name = "postgresfixture"
readme = "README.md"
repository = "https://github.com/allenap/rust-postgresfixture"
version = "0.5.0"