Remove soup and use a newer html5ever directly

This commit is contained in:
Daniel García
2021-02-07 22:28:02 +01:00
parent 8b660ae090
commit c836f88ff2
3 changed files with 107 additions and 176 deletions

View File

@@ -106,7 +106,8 @@ newline-converter = "0.1.0"
handlebars = { version = "3.5.2", features = ["dir_source"] }
# For favicon extraction from main website
soup = "0.5.0"
html5ever = "0.25.1"
markup5ever_rcdom = "0.1.0"
regex = { version = "1.4.3", features = ["std", "perf"], default-features = false }
data-url = "0.1.0"