# 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" version = "0.16.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 rxml, targeting the subset of XML useful for XMPP" homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" documentation = "https://docs.rs/minidom" readme = "README.md" keywords = [ "xml", "xmpp", ] license = "MPL-2.0" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" [lib] name = "minidom" path = "src/lib.rs" [[example]] name = "articles" path = "examples/articles.rs" [dependencies.rxml] version = "0.11.0" features = ["compact_str"] default-features = false [badges.gitlab] repository = "xmpp-rs/xmpp-rs"