[package] name = "minidom" version = "0.15.1" authors = [ "lumi ", "Emmanuel Gil Peyrot ", "Bastien Orivel ", "Astro ", "Maxime “pep” Buquet ", ] description = "A small, simple DOM implementation on top of rxml, targeting the subset of XML useful for XMPP" homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" documentation = "https://docs.rs/minidom" readme = "README.md" keywords = ["xml", "xmpp"] license = "MPL-2.0" edition = "2018" [badges] gitlab = { repository = "xmpp-rs/xmpp-rs" } [dependencies] rxml = "^0.8.0"