[package] name = "minidom" version = "0.3.2" authors = ["lumi ", "Emmanuel Gil Peyrot ", "Bastien Orivel "] description = "A small, simple DOM implementation on top of xml-rs." 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] xml-rs = "0.4.1"