easy-sql-build 1.0.0

Easy SQL Build-time helper crate
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 = "2024"
name = "easy-sql-build"
version = "1.0.0"
authors = ["LimitLost (JQ) <jq@limitlost.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy SQL Build-time helper crate"
homepage = "https://github.com/LimitLost/easy-sql"
readme = "README-CRATES-IO.md"
license = "Apache-2.0"
repository = "https://github.com/LimitLost/easy-sql"

[features]
check_duplicate_table_names = ["easy-sql-compilation-data/check_duplicate_table_names"]
migrations = ["easy-sql-compilation-data/migrations"]

[lib]
name = "easy_sql_build"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4.40"

[dependencies.convert_case]
version = "0.8.0"

[dependencies.easy-macros]
version = "1.1.1"
features = ["full"]

[dependencies.easy-sql-compilation-data]
version = "1.0.0"
features = ["build"]

[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
]