# 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-jingle-sdp" version = "0.2.0" authors = ["Jasper Hugo "] description = "Conversions between Jitsi-Meet-flavoured Jingle and SDP" documentation = "https://docs.rs/jitsi-jingle-sdp" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/avstack/jitsi-jingle-sdp" resolver = "2" [dependencies.itertools] version = "0.10" features = ["use_std"] default-features = false [dependencies.jitsi-xmpp-parsers] version = "0.1" default-features = false [dependencies.sdp] version = "0.5" default-features = false [dependencies.thiserror] version = "1" default-features = false [dependencies.xmpp-parsers] version = "0.19" features = ["disable-validation"] default-features = false [dev-dependencies.minidom] version = "0.15" default-features = false [dev-dependencies.pretty_assertions] version = "1" features = ["std"] default-features = false