# 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 = "sauron-html-parser" version = "0.61.8" authors = ["Jovansonlee Cesar "] description = "A utility crate for parsing dynamically parsing html at runtime" documentation = "https://docs.rs/sauron-html-parser" readme = "README.md" keywords = [ "html", "parser", "web", ] license = "MIT" repository = "https://github.com/ivanceras/sauron" [dependencies.html-escape] version = "0.2.13" [dependencies.log] version = "0.4" [dependencies.rphtml] version = "0.5.9" [dependencies.sauron-core] version = "0.61" features = ["with-lookup"] [dependencies.thiserror] version = "1.0.48"