xmpp-rs/Cargo.toml
2017-04-26 01:14:16 +02:00

17 lines
527 B
TOML

[package]
name = "minidom"
version = "0.2.0"
authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "Bastien Orivel <eijebong+minidom@bananium.fr>"]
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.3.6"