[package] name = "html2pango" version = "0.6.0" authors = [ "Daniel GarcĂ­a Moreno ", "Jordan Petridis ", "Julian Sparber ", ] description = """ Library to convert html to pango. """ keywords = [ "html", "pango", "parser" ] license = "GPL-3.0-or-later" documentation = "https://world.pages.gitlab.gnome.org/html2pango/html2pango/" repository = "https://gitlab.gnome.org/World/html2pango" edition = "2018" [dependencies] regex = "1.6.0" once_cell = "1.15.0" ammonia = "3.2.1" maplit = "1.0.2" linkify = "0.9.0" anyhow = "1.0.65" html5ever = "0.26.0" markup5ever_rcdom = "0.2.0" [dev-dependencies] pretty_assertions = "1.3.0"