[package]
edition = "2024"
name = "easy-sql-compilation-data"
version = "1.0.1"
authors = ["LimitLost (JQ) <jq@limitlost.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy SQL support library"
homepage = "https://github.com/LimitLost/easy-sql"
documentation = "https://docs.rs/easy-sql"
readme = "README-CRATES-IO.md"
license = "Apache-2.0"
repository = "https://github.com/LimitLost/easy-sql"
[features]
build = []
check_duplicate_table_names = []
migrations = []
[lib]
name = "easy_sql_compilation_data"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.easy-macros]
version = "1.1.1"
features = ["full"]
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1.0"
[dependencies.ron]
version = "0.10.1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.syn]
version = "2.0"
features = [
"full",
"extra-traits",
]
[dependencies.uuid]
version = "1"
features = ["v4"]