[package] name = "crabwise-antlr-parser" version = "0.1.2" authors = ["Kevin Stenerson "] edition = "2018" license = "MIT/Apache-2.0" description = "An (incomplete) implementation of the ANTLR grammar for Rust's `proc_macro` API" [dependencies] combine = "3.8.1" combine-proc-macro = "0.3.1" either = "1.5.2"