[package] name = "minidom-14" version = "0.17.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ", "Bastien Orivel ", "Astro ", "Maxime “pep” Buquet ", ] description = "A small, simple DOM implementation on top of quick-xml, targeting the subset of XML useful for XMPP" homepage = "https://github.com/digama0/minidom-14" repository = "https://github.com/digama0/minidom-14" documentation = "https://docs.rs/minidom-14" readme = "README.md" keywords = ["xml", "xmpp"] license = "MPL-2.0" edition = "2021" [lib] name = "minidom" [dependencies] quick-xml = "0.36"