[package]
name = "structmeta"
version = "0.1.6"
authors = ["frozenlib"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/frozenlib/structmeta"
documentation = "https://docs.rs/structmeta/"
keywords = ["derive", "parse", "attribute", "syn", "totokens"]
categories = ["development-tools::procedural-macro-helpers"]
description = "Parse Rust's attribute arguments by defining a struct."
edition = "2021"
[dependencies]
structmeta-derive = { version = "=0.1.6", path = "../structmeta-derive" }
proc-macro2 = "1.0.52"
syn = "1.0.109"
quote = "1.0.24"
[dev-dependencies]
syn = { version = "1.0.109", features = ["extra-traits", "full"] }