[package] name = "bare_proc" version = "0.2.0" edition = "2021" description = "A proc macro to generate Rust types from a BARE schema file." license = "MIT" homepage = "https://git.sr.ht/~chiefnoah/bare_proc" repository = "https://git.sr.ht/~chiefnoah/bare_proc" documentation = "https://docs.rs/bare_proc/0.1.1/bare_proc/" readme = "README.md" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1" syn = "2" proc-macro2 = "1" pest = { version = "2.7" } pest_derive = "2.7" serde = "1" [features]