# 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 = "jitsi-xmpp-parsers" version = "0.2.0" authors = ["Jasper Hugo "] description = "Provides types for non-standard XMPP elements used by Jitsi Meet" documentation = "https://docs.rs/jitsi-xmpp-parsers/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/avstack/gst-meet" resolver = "1" [package.metadata.docs.rs] rustdoc-args = [ "--sort-modules-by-appearance", "-Zunstable-options", ] [dependencies.jid] version = "0.9" features = ["minidom"] default-features = false [dependencies.minidom] version = "0.15" default-features = false [dependencies.xmpp-parsers] version = "0.19" features = ["disable-validation"] default-features = false