db-derive 0.1.5

PotgreSQL/SQLite pooling derive system
Documentation
[package]
name = "db-derive"
version = "0.1.5"
authors = ["Txuritan <txuritan@protonmail.com>"]

license = "MIT/Apache-2.0"

description = "PotgreSQL/SQLite pooling derive system"
readme = "../README.md"

documentation = "https://docs.rs/db-derive"
repository = "https://gitlab.com/Txuritan/db-derive"

edition = "2018"

workspace = ".."

[features]
default = ["bundled"]
bundled = ["rusqlite/bundled"]

[dependencies]
db-derive-impl = { path = "../db-derive-impl", version = "0.1" }

static_assertions = "1.1"

r2d2 = "0.8"

r2d2_postgres = "0.16.0-alpha.1"
postgres = "0.17.0-alpha.1"
postgres-types = "0.1.0-alpha.1"

r2d2_sqlite = "0.12"
rusqlite = "0.20"