[package]
edition = "2024"
name = "atterate"
version = "0.0.2"
authors = ["IdanArye <idanarye@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extrenal iteration style parsing of proc-macro attributes"
documentation = "https://docs.rs/atterate"
readme = "README.md"
keywords = []
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/idanarye/atterate"
[lib]
name = "atterate"
path = "src/lib.rs"
[[example]]
name = "example"
path = "examples/example.rs"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = [
"full",
"extra-traits",
]