940f1bc295
`minidom` no longer uses it since !154. Also, CHANGELOG was not updated for 0.15.0 and still referenced 0.14.0; take a stab at documenting what has changed. Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
24 lines
685 B
TOML
24 lines
685 B
TOML
[package]
|
|
name = "minidom"
|
|
version = "0.15.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 rxml, targeting the subset of XML useful for XMPP"
|
|
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
|
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
|
documentation = "https://docs.rs/minidom"
|
|
readme = "README.md"
|
|
keywords = ["xml", "xmpp"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
|
|
|
[dependencies]
|
|
rxml = "^0.8.0"
|