[package]
edition = "2018"
name = "tempdb_cockroach"
version = "1.0.5"
authors = ["Calder Coalson <caldercoalson@gmail.com>"]
exclude = ["/.travis.yml", "/doc", "/scripts"]
description = "Temporary databases for unit testing"
documentation = "https://docs.rs/tempdb_cockroach"
readme = "README.md"
keywords = ["cockroach", "cockroachdb", "temporary", "database", "test"]
license = "MIT"
repository = "https://github.com/calder/rust-tempdb"
[dependencies.postgres]
version = "0.15"
[dependencies.tempfile]
version = "3"