# 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 = "xso" version = "0.1.2" description = "XML Streamed Objects: similar to serde, but XML-native." homepage = "https://xmpp.rs" readme = "README.md" keywords = [ "xmpp", "xml", "serialization", ] categories = ["encoding"] license = "MPL-2.0" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.22" optional = true [dependencies.jid] version = "0.11" optional = true [dependencies.minidom] version = "0.16" [dependencies.rxml] version = "0.11.1" default-features = false [dependencies.uuid] version = "1" optional = true [dependencies.xso_proc] version = "0.1" optional = true [features] macros = ["dep:xso_proc"] minidom = ["xso_proc/minidom"] panicking-into-impl = ["xso_proc/panicking-into-impl"]