1# 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 13[package] 14name = "xml-rs" 15version = "0.8.4" 16authors = ["Vladimir Matveev <vmatveev@citrine.cc>"] 17description = "An XML library in pure Rust" 18documentation = "http://docs.rs/xml-rs/" 19readme = "Readme.md" 20keywords = ["xml", "parsing", "parser"] 21categories = ["parsing"] 22license = "MIT" 23repository = "https://github.com/netvl/xml-rs" 24 25[lib] 26name = "xml" 27path = "src/lib.rs" 28 29[[bin]] 30name = "xml-analyze" 31path = "src/analyze.rs" 32[dev-dependencies.doc-comment] 33version = "0.3" 34 35[dev-dependencies.lazy_static] 36version = "1.2.0" 37