xmpp-rs/Cargo.toml

18 lines
527 B
TOML
Raw Normal View History

2017-02-19 19:46:44 +00:00
[package]
name = "minidom"
2017-04-25 23:14:16 +00:00
version = "0.2.0"
authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "Bastien Orivel <eijebong+minidom@bananium.fr>"]
2017-02-25 14:31:58 +00:00
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"
2017-02-25 14:31:58 +00:00
readme = "README.md"
keywords = ["xml"]
2017-04-25 23:14:16 +00:00
license = "MIT"
2017-02-25 14:31:58 +00:00
[badges]
gitlab = { repository = "lumi/minidom-rs" }
2017-02-19 19:46:44 +00:00
[dependencies]
2017-04-27 16:42:00 +00:00
xml-rs = "0.4.1"