diesel_derives 2.2.3

You should not use this crate directly, it is internal to Diesel.
Documentation
[dependencies.diesel_table_macro_syntax]
version = "0.2"

[dependencies.dsl_auto_type]
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]
name = "diesel_derives"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = 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/**/*.rs", "tests/**/*.rs", "LICENSE-*", "README.md"]
license = "MIT OR Apache-2.0"
name = "diesel_derives"
readme = false
repository = "https://github.com/diesel-rs/diesel/"
rust-version = "1.78.0"
version = "2.2.3"

[[test]]
name = "tests"
path = "tests/tests.rs"