[package] name = "minidom" version = "0.10.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ", "Bastien Orivel ", "Astro ", "Maxime “pep” Buquet ", ] description = "A small, simple DOM implementation on top of quick-xml" homepage = "https://gitlab.com/lumi/minidom-rs" repository = "https://gitlab.com/lumi/minidom-rs" documentation = "https://docs.rs/minidom" readme = "README.md" keywords = ["xml"] license = "MIT" [badges] gitlab = { repository = "lumi/minidom-rs" } [dependencies] quick-xml = "0.13" failure = "0.1.1" failure_derive = "0.1.1"