[dependencies.barrel_dep]
optional = true
package = "barrel"
version = "0.7.0"
[dependencies.chrono]
version = "0.4.19"
[dependencies.diesel]
features = ["chrono"]
version = "1.4.8"
[dependencies.log]
version = "0.4.14"
[dependencies.naphtha-proc-macro]
version = "0.5"
[features]
barrel-full = ["barrel-sqlite"]
barrel-mysql = ["barrel_dep/mysql", "naphtha-proc-macro/barrel-mysql"]
barrel-pg = ["barrel_dep/pg", "naphtha-proc-macro/barrel-pg"]
barrel-sqlite = ["barrel_dep/sqlite3", "naphtha-proc-macro/barrel-sqlite"]
default = []
full = ["sqlite", "mysql", "barrel-full"]
mysql = ["naphtha-proc-macro/mysql", "diesel/mysql"]
pg = ["naphtha-proc-macro/pg", "diesel/postgres"]
sqlite = ["naphtha-proc-macro/sqlite", "diesel/sqlite"]
[package]
authors = ["Lewin Probst <info@emirror.de>"]
categories = ["database"]
description = "Universal database connection layer for your application."
documentation = "https://github.com/emirror-de/naphtha"
edition = "2021"
homepage = "https://github.com/emirror-de/naphtha"
keywords = ["database", "interaction", "simplify", "models", "CRUD"]
license = "MIT OR Apache-2.0"
name = "naphtha"
readme = "README.md"
repository = "https://github.com/emirror-de/naphtha"
version = "0.5.0"