blob: e704337df00c837fd4484bb1d0a6d79c40f1168f [file] [log] [blame]
Joel Galensonadee7a42021-08-09 10:51:37 -07001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
Jooyung Hana7cd2382021-07-16 01:22:24 +000013[package]
14name = "xml-rs"
Joel Galensonadee7a42021-08-09 10:51:37 -070015version = "0.8.4"
Jooyung Hana7cd2382021-07-16 01:22:24 +000016authors = ["Vladimir Matveev <vmatveev@citrine.cc>"]
Jooyung Hana7cd2382021-07-16 01:22:24 +000017description = "An XML library in pure Rust"
Jooyung Hana7cd2382021-07-16 01:22:24 +000018documentation = "http://docs.rs/xml-rs/"
19readme = "Readme.md"
20keywords = ["xml", "parsing", "parser"]
21categories = ["parsing"]
Joel Galensonadee7a42021-08-09 10:51:37 -070022license = "MIT"
23repository = "https://github.com/netvl/xml-rs"
Jooyung Hana7cd2382021-07-16 01:22:24 +000024
25[lib]
26name = "xml"
27path = "src/lib.rs"
28
29[[bin]]
30name = "xml-analyze"
31path = "src/analyze.rs"
Joel Galensonadee7a42021-08-09 10:51:37 -070032[dev-dependencies.doc-comment]
33version = "0.3"
Jooyung Hana7cd2382021-07-16 01:22:24 +000034
Joel Galensonadee7a42021-08-09 10:51:37 -070035[dev-dependencies.lazy_static]
36version = "1.2.0"