[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.r2d2]
version = "0.8"
[dependencies.rusqlite]
version = "0.27"
[dev-dependencies.rusqlite]
features = ["trace"]
version = "0.27"
[dev-dependencies.tempdir]
version = "0.3"
[features]
bundled = ["rusqlite/bundled"]
bundled-sqlcipher = ["rusqlite/bundled-sqlcipher"]
[lib]
name = "r2d2_sqlite"
path = "src/lib.rs"
test = false
[package]
authors = ["Jovansonlee Cesar<ivanceras@gmail.com>", "Hugo Woesthuis <hugo@woesthuis.eu>"]
description = "SQLite and SQLCipher support for the r2d2 connection pool"
documentation = "https://docs.rs/r2d2_sqlite/"
edition = "2018"
keywords = ["sqlite", "r2d2", "pool"]
license = "MIT"
name = "r2d2_sqlite"
repository = "https://github.com/ivanceras/r2d2-sqlite"
version = "0.20.0"