aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: c8df8e69833a8cb7fce67386a7d75f438002854b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "xml-rs"
version = "0.8.4"
authors = ["Vladimir Matveev <vmatveev@citrine.cc>"]
license = "MIT"
description = "An XML library in pure Rust"
repository = "https://github.com/netvl/xml-rs"
documentation = "http://docs.rs/xml-rs/"
readme = "Readme.md"
keywords = ["xml", "parsing", "parser"]
categories = ["parsing"]

[lib]
name = "xml"
path = "src/lib.rs"

[[bin]]
name = "xml-analyze"
path = "src/analyze.rs"

[dev-dependencies]
doc-comment = "0.3"
lazy_static = "1.2.0"