2017-02-19 19:46:44 +00:00
|
|
|
[package]
|
|
|
|
name = "minidom"
|
2023-05-13 10:28:11 +00:00
|
|
|
version = "0.15.2"
|
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>",
|
|
|
|
]
|
2022-12-28 19:55:11 +00:00
|
|
|
description = "A small, simple DOM implementation on top of rxml, targeting the subset of XML useful for XMPP"
|
2019-10-19 23:04:22 +00:00
|
|
|
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
|
|
|
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
2017-02-25 14:43:56 +00:00
|
|
|
documentation = "https://docs.rs/minidom"
|
2017-02-25 14:31:58 +00:00
|
|
|
readme = "README.md"
|
2020-02-14 21:54:52 +00:00
|
|
|
keywords = ["xml", "xmpp"]
|
2020-02-14 21:58:29 +00:00
|
|
|
license = "MPL-2.0"
|
2023-11-11 13:52:55 +00:00
|
|
|
edition = "2021"
|
2017-02-25 14:31:58 +00:00
|
|
|
|
|
|
|
[badges]
|
2019-10-19 23:04:22 +00:00
|
|
|
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
2017-02-19 19:46:44 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-05-13 10:28:11 +00:00
|
|
|
rxml = { version = "0.9.1", default-features = false, features = ["mt"] }
|