| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies. |
| # |
| # If you are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2021" |
| rust-version = "1.58" |
| name = "xml-rs" |
| version = "0.8.19" |
| authors = ["Vladimir Matveev <[email protected]>"] |
| include = [ |
| "src/**", |
| "LICENSE", |
| "README.md", |
| ] |
| description = "An XML library in pure Rust" |
| homepage = "https://lib.rs/crates/xml-rs" |
| documentation = "https://docs.rs/xml-rs/" |
| readme = "README.md" |
| keywords = [ |
| "xml", |
| "parser", |
| "sax", |
| "parsing", |
| "writer", |
| ] |
| categories = ["parser-implementations"] |
| license = "MIT" |
| repository = "https://github.com/kornelski/xml-rs" |
| |
| [package.metadata.docs.rs] |
| rustdoc-args = ["--generate-link-to-definition"] |
| targets = ["x86_64-unknown-linux-gnu"] |
| |
| [package.metadata.release] |
| tag-message = "" |
| tag-name = "{{version}}" |
| |
| [lib] |
| name = "xml" |
| path = "src/lib.rs" |
| |
| [[bin]] |
| name = "xml-analyze" |
| path = "src/analyze.rs" |
| |
| [badges.maintenance] |
| status = "actively-developed" |