[package] authors = ["Sampo Kivistö, havunen"] description = "Rs Html Parser Nodes" documentation = "https://github.com/Havunen/rs_html_parser" edition = "2021" license = "MIT" name = "rs_html_parser_tokens" repository = "https://github.com/Havunen/rs_html_parser.git" version = "0.0.8" [lib] bench = false [dependencies] rs_html_parser_tokenizer_tokens = { path = "../rs_html_parser_tokenizer_tokens", version = "0.0.6" } unicase = "2.7.0" unicase_collections = "0.3.0"