xmpp-rs/minidom/Cargo.toml

25 lines
648 B
TOML
Raw Normal View History

2017-02-19 19:46:44 +00:00
[package]
name = "minidom"
2021-01-12 23:32:43 +00:00
version = "0.12.1"
2017-12-30 15:54:03 +00:00
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/xmpp-rs/xmpp-rs"
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
documentation = "https://docs.rs/minidom"
2017-02-25 14:31:58 +00:00
readme = "README.md"
keywords = ["xml", "xmpp"]
license = "MPL-2.0"
edition = "2018"
2017-02-25 14:31:58 +00:00
[badges]
gitlab = { repository = "xmpp-rs/xmpp-rs" }
2017-02-19 19:46:44 +00:00
[dependencies]
quick-xml = "0.20"