rstructor_derive 0.1.13

Derive macros for the rstructor library
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

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

[dev-dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Clifton King <cliftonk@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::procedural-macro-helpers", "parsing"]
description = "Derive macros for the rstructor library"
documentation = "https://docs.rs/rstructor_derive"
edition = "2024"
keywords = ["llm", "derive", "macros", "json-schema", "validation"]
license = "MIT"
name = "rstructor_derive"
readme = false
repository = "https://github.com/clifton/rstructor"
version = "0.1.13"

[[test]]
name = "array_literal_tests"
path = "tests/array_literal_tests.rs"

[[test]]
name = "edge_cases_tests"
path = "tests/edge_cases_tests.rs"

[[test]]
name = "enum_with_data_tests"
path = "tests/enum_with_data_tests.rs"