sqlxo_macros 0.7.6

internal: proc-macros for sqlxo
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 = "sqlxo_macros"
version = "0.7.6"
authors = ["Flokkq <webcla21@htl-kaindorf.at>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "internal: proc-macros for sqlxo"
readme = false
license = "MIT"
repository = "https://github.com/Flokkq/sqlxo"

[features]
default = ["infer-defaults"]
infer-defaults = []

[lib]
name = "sqlxo_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.heck]
version = "0.4"

[dependencies.proc-macro-crate]
version = "1"

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

[dependencies.quote]
version = "1.0"

[dependencies.sqlxo_traits]
version = "0.7.6"

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

[dependencies.validator]
version = "0.19.0"
features = ["derive"]