# 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 = "xmpp-parsers" version = "0.21.0" authors = [ "Emmanuel Gil Peyrot ", "Maxime “pep” Buquet ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Collection of parsers and serialisers for XMPP extensions" homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" readme = "README.md" keywords = [ "xmpp", "jabber", "xml", ] categories = [ "parsing", "network-programming", ] license = "MPL-2.0" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" [package.metadata.docs.rs] rustdoc-args = [ "--sort-modules-by-appearance", "-Zunstable-options", ] [lib] name = "xmpp_parsers" path = "src/lib.rs" [[example]] name = "generate-caps" path = "examples/generate-caps.rs" [dependencies.base64] version = "0.22" [dependencies.blake2] version = "0.10.4" [dependencies.chrono] version = "0.4.5" features = ["std"] default-features = false [dependencies.digest] version = "0.10" [dependencies.jid] version = "0.11" features = ["minidom"] [dependencies.minidom] version = "0.16" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [dependencies.xso] version = "0.1" features = [ "macros", "minidom", "panicking-into-impl", "jid", "base64", ] [features] component = [] disable-validation = [] serde = ["jid/serde"]