r2d2_sqlite 0.5.0

Sqlite support for the r2d2 connection pool
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "r2d2_sqlite"
version = "0.5.0"
authors = ["Jovansonlee Cesar<ivanceras@gmail.com>"]
description = "Sqlite support for the r2d2 connection pool"
documentation = "https://docs.rs/r2d2_sqlite/"
keywords = ["sqlite", "r2d2", "pool"]
license = "MIT"
repository = "https://github.com/ivanceras/r2d2-sqlite"

[lib]
name = "r2d2_sqlite"
path = "src/lib.rs"
test = false

[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.r2d2]
version = "0.8"

[dependencies.rusqlite]
version = "0.13"
[dev-dependencies.tempdir]
version = "0.3"