[dependencies.diesel]
features = ["r2d2", "sqlite"]
version = "1.4"
[dependencies.tempfile]
version = "3.1"
[dev-dependencies.diesel_migrations]
version = "1.4"
[package]
authors = ["Filip Bucek <fbucek@invloop.cz>"]
categories = ["development-tools::testing"]
description = "Creates temporary SQLite database for testing using diesel."
edition = "2018"
exclude = [".github/*"]
keywords = ["database", "sqlite", "test"]
license = "MIT"
name = "nafta"
readme = "README.md"
repository = "https://github.com/fbucek/nafta"
version = "0.1.3"