# 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" name = "kami-parser" version = "0.8.1" description = "Kami tries to be a machine-first human-also-first markup language" homepage = "https://github.com/Lilith-In-Starlight/kami-parser" readme = "README.md" keywords = [ "markup-language", "kami", "parser", "html", ] categories = [ "parser-implementations", "text-processing", ] license-file = "LICENSE.md" repository = "https://github.com/Lilith-In-Starlight/kami-parser" resolver = "2" [lib] bench = false [dependencies.htmlentity] version = "1.2.0" [dependencies.lazy_static] version = "1.4.0"