# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.80.0" name = "ludtwig-parser" version = "0.6.0" authors = ["Malte Janz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lossless parser for HTML / Twig templating syntax." documentation = "https://docs.rs/ludtwig-parser" readme = "README.md" keywords = [ "parser", "twig", "html", "template", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/MalteJanz/ludtwig" [lib] name = "ludtwig_parser" path = "src/lib.rs" bench = false [[bench]] name = "parsing_benchmark" path = "benches/parsing_benchmark.rs" harness = false [dependencies.logos] version = "0.14.2" [dependencies.regex] version = "1.11.1" [dependencies.rowan] version = "0.15.16" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.expect-test] version = "1.5.0"