r2d2_sqlite 0.33.0

SQLite and SQLCipher 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "r2d2_sqlite"
version = "0.33.0"
authors = [
    "Jovansonlee Cesar <ivanceras@gmail.com>",
    "Hugo Woesthuis <hugo@woesthuis.eu>",
    "Jerebtw <jeremialp41@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite and SQLCipher support for the r2d2 connection pool"
documentation = "https://docs.rs/r2d2_sqlite/"
readme = "README.md"
keywords = [
    "sqlite",
    "r2d2",
    "pool",
]
license = "MIT"
repository = "https://github.com/ivanceras/r2d2-sqlite"

[features]
bundled = ["rusqlite/bundled"]
bundled-sqlcipher = ["rusqlite/bundled-sqlcipher"]
bundled-sqlcipher-vendored-openssl = ["rusqlite/bundled-sqlcipher-vendored-openssl"]

[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.39"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "fast-rng",
]

[dev-dependencies.rusqlite]
version = "0.39"
features = ["trace"]

[dev-dependencies.tempfile]
version = "3"