ormlitex-macro 0.17.1

An ORM for people who love SQL. Use the `ormlitex` crate, not this one.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
proc-macro = true

[dependencies.itertools]
version = "0.11"

[dependencies.lazy_static]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.ormlitex-attr]
version = "0.17"

[dependencies.ormlitex-core]
version = "0.17.1"

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

[dependencies.quote]
version = "1"

[dependencies.sqlx]
version = "0.7"

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

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