# 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 = "domino" version = "0.0.1" authors = ["Bastien Orivel "] description = "A small, simple DOM implementation on top of quick-xml. Fork of minidom not targetted at XMPP only" documentation = "https://docs.rs/domino" keywords = ["xml"] license = "MPL-2.0" repository = "https://github.com/Eijebong/domino" resolver = "2" [dependencies.quick-xml] version = "0.22.0"