[package] name = "ezno-parser-visitable-derive" description = "Derives 'Visitable' trait for Ezno AST" authors = ["Ben "] version = "0.0.9" edition = "2021" license = "MIT" repository = "https://github.com/kaleidawave/ezno" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "macro.rs" proc-macro = true [dependencies] syn-helpers = "0.5" string-cases = "0.2"