Cargo.toml

 1[package]
 2name = "minidom"
 3version = "0.13.0"
 4authors = [
 5  "lumi <lumi@pew.im>",
 6  "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
 7  "Bastien Orivel <eijebong+minidom@bananium.fr>",
 8  "Astro <astro@spaceboyz.net>",
 9  "Maxime “pep” Buquet <pep@bouah.net>",
10]
11description = "A small, simple DOM implementation on top of quick-xml"
12homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
13repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
14documentation = "https://docs.rs/minidom"
15readme = "README.md"
16keywords = ["xml", "xmpp"]
17license = "MPL-2.0"
18edition = "2018"
19
20[badges]
21gitlab = { repository = "xmpp-rs/xmpp-rs" }
22
23[dependencies]
24quick-xml = "0.20"