[dependencies.proc-macro2]
version = "1.0.36"
[dependencies.quote]
version = "1.0.15"
[dependencies.syn]
features = ["parsing"]
version = "1.0.86"
[features]
barrel-full = ["barrel-sqlite", "barrel-mysql", "barrel-pg"]
barrel-mysql = []
barrel-pg = []
barrel-sqlite = []
default = []
full = ["sqlite", "mysql", "pg", "barrel-full"]
mysql = []
pg = []
sqlite = []
[lib]
proc-macro = true
[package]
authors = ["Lewin Probst <info@emirror.de>"]
categories = ["database"]
description = "Supporting macro crate for naphtha"
documentation = "https://github.com/emirror-de/naphtha"
edition = "2021"
homepage = "https://github.com/emirror-de/naphtha"
keywords = ["database", "models", "connection", "migration"]
license = "MIT OR Apache-2.0"
name = "naphtha-proc-macro"
readme = "README.md"
repository = "https://github.com/emirror-de/naphtha"
version = "0.5.0"