xmpp-rs/Cargo.toml
Emmanuel Gil Peyrot b4035d1227 Remove failure.
2019-09-05 20:15:20 +02:00

27 lines
668 B
TOML

[package]
name = "minidom"
version = "0.11.0"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Bastien Orivel <eijebong+minidom@bananium.fr>",
"Astro <astro@spaceboyz.net>",
"Maxime “pep” Buquet <pep@bouah.net>",
]
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.15"
[features]
default = ["comments"]
comments = []