[[test]]
name = "tests"
[dependencies.diesel_table_macro_syntax]
version = "0.1"
[dependencies.proc-macro2]
version = "1.0.27"
[dependencies.quote]
version = "1.0.9"
[dependencies.syn]
features = ["derive", "fold", "full"]
version = "2.0"
[dev-dependencies.cfg-if]
version = "1"
[dev-dependencies.dotenvy]
version = "0.15"
[features]
128-column-tables = ["64-column-tables"]
32-column-tables = []
64-column-tables = ["32-column-tables"]
chrono = []
default = []
mysql = []
nightly = ["proc-macro2/nightly"]
postgres = []
r2d2 = []
sqlite = []
time = []
with-deprecated = []
without-deprecated = []
[lib]
proc-macro = true
[package]
autotests = false
description = "You should not use this crate directly, it is internal to Diesel."
documentation = "https://diesel.rs/guides/"
edition = "2021"
homepage = "https://diesel.rs"
include = ["src/**/*", "LICENSE-*", "tests/**"]
license = "MIT OR Apache-2.0"
name = "diesel_derives"
repository = "https://github.com/diesel-rs/diesel/tree/master/diesel_derives"
rust-version = "1.65.0"
version = "2.1.4"