[package] name = "nom_html_parser" version = "0.1.1" authors = ["Ciro DE CARO "] edition = "2018" readme="README.md" description="A parser to convert HTML string to HTML tree structure written with Nom" repository="https://gitlab.com/opentooladd/nom_html_parser.git" license="GPL-3.0" license-file="LICENSE" keywords=["parser", "HTML", "nom"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "5.1.0"