[dependencies.astray_core]
version = "0.1.18"
[dependencies.convert_case]
version = "0.6.0"
[dependencies.hatch_result]
version = "0.1.4"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.proc-macro2]
version = "1.0.36"
[dependencies.quote]
version = "1.0.16"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.82"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"
[lib]
proc-macro = true
[package]
autotests = false
categories = ["compilers", "parsing", "text-processing", "algorithms"]
description = "Easily build AST from Rust structures"
edition = "2021"
keywords = ["abstract", "syntax", "tree", "parser", "recursive"]
license = "MIT"
name = "astray_macro"
readme = "README.md"
repository = "https://www.github.com/giluis/astray.git"
version = "0.2.5"
[[test]]
name = "tests"
path = "tests/progress.rs"