[package] name = "ludtwig-parser" description = "Lossless parser for HTML / Twig templating syntax." keywords = ["parser", "twig", "html", "template"] categories = ["parser-implementations"] repository = "https://github.com/MalteJanz/ludtwig" documentation = "https://docs.rs/ludtwig-parser" version = "0.6.0" authors = ["Malte Janz "] license = "MIT" edition = "2021" rust-version = "1.80.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] bench = false [[bench]] name = "parsing_benchmark" harness = false [dev-dependencies] criterion = "0.5.1" expect-test = "1.5.0" [dependencies] rowan = "0.15.16" logos = "0.14.2" regex = "1.11.1"