ormlite-macro 0.2.0

An ORM for people who love SQL. Use the `ormlite` crate, not this one.
[dependencies.derive_builder]
version = "0.10.2"

[dependencies.ormlite-core]
version = "0.1.0"

[dependencies.proc-macro2]
version = "1.0.34"

[dependencies.quote]
version = "1.0.10"

[dependencies.sqlx]
version = "0.5.13"

[dependencies.structmeta]
version = "0.1.4"

[dependencies.syn]
features = ["derive", "parsing"]
version = "1.0.82"

[features]
mysql = []
postgres = []
runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"]
sqlite = []

[lib]
proc-macro = true

[package]
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]
description = "An ORM for people who love SQL. Use the `ormlite` crate, not this one."
edition = "2021"
license = "MIT"
name = "ormlite-macro"
repository = "https://github.com/kurtbuilds/ormlite"
version = "0.2.0"