postgresfixture 0.2.2

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]
version = "^2.24.2"

[dependencies.nix]
version = "^0.17.0"

[dependencies.postgres]
version = "^0.17.2"

[dependencies.regex]
version = "^1.3.4"

[dependencies.shell-escape]
version = "^0.1.3"
[dev-dependencies.tempdir]
version = "^0.3"

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

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