# 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 = "minidom-14" version = "0.17.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ", "Bastien Orivel ", "Astro ", "Maxime “pep” Buquet ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small, simple DOM implementation on top of quick-xml, targeting the subset of XML useful for XMPP" homepage = "https://github.com/digama0/minidom-14" documentation = "https://docs.rs/minidom-14" readme = "README.md" keywords = [ "xml", "xmpp", ] license = "MPL-2.0" repository = "https://github.com/digama0/minidom-14" [lib] name = "minidom" path = "src/lib.rs" [[example]] name = "articles" path = "examples/articles.rs" [dependencies.quick-xml] version = "0.36"