[package] name = "pest_ascii_tree" description = "Helper crates converting the parsing result of any pest grammar into an ascii tree." license = "MIT OR Apache-2.0" version = "0.1.0" authors = ["Robert Hildebrandt "] edition = "2018" repository = "https://github.com/Robert42/pest_ascii_tree" readme = "README.md" keywords = ["pest", "ascii", "tree"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ascii_tree = "0.1.1" pest = "2.1.2" pest_derive = "2.1.0" escape_string = "0.1.1"