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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.58" 15name = "xml-rs" 16version = "0.8.19" 17authors = ["Vladimir Matveev <vmatveev@citrine.cc>"] 18include = [ 19 "src/**", 20 "LICENSE", 21 "README.md", 22] 23description = "An XML library in pure Rust" 24homepage = "https://lib.rs/crates/xml-rs" 25documentation = "https://docs.rs/xml-rs/" 26readme = "README.md" 27keywords = [ 28 "xml", 29 "parser", 30 "sax", 31 "parsing", 32 "writer", 33] 34categories = ["parser-implementations"] 35license = "MIT" 36repository = "https://github.com/kornelski/xml-rs" 37 38[package.metadata.docs.rs] 39rustdoc-args = ["--generate-link-to-definition"] 40targets = ["x86_64-unknown-linux-gnu"] 41 42[package.metadata.release] 43tag-message = "" 44tag-name = "{{version}}" 45 46[lib] 47name = "xml" 48path = "src/lib.rs" 49 50[[bin]] 51name = "xml-analyze" 52path = "src/analyze.rs" 53 54[badges.maintenance] 55status = "actively-developed" 56