entity-derive-impl 0.3.0

Internal proc-macro implementation for entity-derive. Use entity-derive instead.
Documentation
[dependencies.convert_case]
version = "0.10"

[dependencies.darling]
version = "0.23"

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

[dependencies.quote]
version = "1"

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

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.chrono]
features = ["serde"]
version = "0.4"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.sqlx]
features = ["runtime-tokio", "postgres", "uuid", "chrono"]
version = "0.8"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"

[dev-dependencies.trybuild]
version = "1"

[dev-dependencies.utoipa]
features = ["chrono", "uuid"]
version = "5"

[dev-dependencies.uuid]
features = ["v4", "v7", "serde"]
version = "1"

[dev-dependencies.validator]
features = ["derive"]
version = "0.20"

[features]
default = []

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

[package]
authors = ["RAprogramm <andrey.rozanov.vl@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Internal proc-macro implementation for entity-derive. Use entity-derive instead."
documentation = "https://docs.rs/entity-derive-impl"
edition = "2024"
keywords = ["derive", "macro", "entity", "internal"]
license = "MIT"
name = "entity-derive-impl"
readme = "README.md"
repository = "https://github.com/RAprogramm/entity-derive"
rust-version = "1.92"
version = "0.3.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]