# 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" name = "xml_dom" version = "0.2.8" authors = ["Simon Johnston "] publish = true description = "A Rust crate providing a reasonably faithful implementation of the W3C DOM Core" documentation = "https://docs.rs/xml_dom/" readme = "README.md" license = "MIT" repository = "https://github.com/johnstonskj/rust-xml_dom.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.36" optional = true [dependencies.regex] version = "1.10" [dependencies.tracing] version = "0.1.40" [features] default = ["quick_parser"] quick_parser = ["quick-xml"] [badges.travis-ci] branch = "master" repository = "johnstonskj/rust-xml_dom"