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