structmeta-derive 0.4.0

derive macro for structmeta 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"
rust-version = "1.85.0"
name = "structmeta-derive"
version = "0.4.0"
authors = ["frozenlib"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "derive macro for structmeta crate."
documentation = "https://docs.rs/structmeta/"
readme = "README.md"
keywords = [
    "derive",
    "parse",
    "attribute",
    "syn",
    "totokens",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/frozenlib/structmeta"

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

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

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
version = "3.0.0"

[dev-dependencies.syn]
version = "3.0.0"
features = ["extra-traits"]