[package] name = "glue" description = "Glue is a parser combinator framework for parsing text based formats, it is easy to use and relatively fast too." version = "0.8.7" edition = "2018" authors = ["Anarchist Mae "] keywords = ["parser", "parsing", "parser-combinators"] categories = ["parsing", "text-processing"] repository = "https://gitlab.com/glue-for-rust/glue-rs" license = "MIT" readme = "README.md" include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] [badges] maintenance = { status = "actively-developed" } gitlab = { repository = "glue-for-rust/glue-rs", branch = "release/0.8.x" } [dependencies] bork = "0.2" paste = "0.1"