2017-02-19 19:46:44 +00:00
|
|
|
[package]
|
|
|
|
name = "minidom"
|
2018-10-21 18:24:32 +00:00
|
|
|
version = "0.10.0"
|
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>",
|
|
|
|
]
|
2017-06-07 20:40:53 +00:00
|
|
|
description = "A small, simple DOM implementation on top of quick-xml"
|
2017-02-25 14:31:58 +00:00
|
|
|
homepage = "https://gitlab.com/lumi/minidom-rs"
|
|
|
|
repository = "https://gitlab.com/lumi/minidom-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"
|
|
|
|
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]
|
2018-10-21 18:24:32 +00:00
|
|
|
quick-xml = "0.13"
|
2018-02-18 18:54:09 +00:00
|
|
|
failure = "0.1.1"
|
|
|
|
failure_derive = "0.1.1"
|