2017-02-19 20:46:44 +01:00
|
|
|
[package]
|
|
|
|
|
name = "minidom"
|
2017-12-27 16:03:19 +01:00
|
|
|
version = "0.7.0"
|
2017-12-30 16:54:03 +01: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 22:40:53 +02:00
|
|
|
description = "A small, simple DOM implementation on top of quick-xml"
|
2017-02-25 15:31:58 +01:00
|
|
|
homepage = "https://gitlab.com/lumi/minidom-rs"
|
|
|
|
|
repository = "https://gitlab.com/lumi/minidom-rs"
|
2017-02-25 15:43:56 +01:00
|
|
|
documentation = "https://docs.rs/minidom"
|
2017-02-25 15:31:58 +01:00
|
|
|
readme = "README.md"
|
|
|
|
|
keywords = ["xml"]
|
2017-04-26 01:14:16 +02:00
|
|
|
license = "MIT"
|
2017-02-25 15:31:58 +01:00
|
|
|
|
|
|
|
|
[badges]
|
|
|
|
|
gitlab = { repository = "lumi/minidom-rs" }
|
2017-02-19 20:46:44 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
2017-12-27 16:03:19 +01:00
|
|
|
quick-xml = "0.10.0"
|
|
|
|
|
error-chain = "0.11.0"
|