# 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" version = "0.6.0" authors = [ "Emmanuel Gil Peyrot ", "Maxime “pep” Buquet ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-level XMPP library" homepage = "https://xmpp.rs" readme = "README.md" keywords = [ "xmpp", "jabber", "chat", "messaging", "bot", ] categories = ["network-programming"] license = "MPL-2.0" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" [lib] name = "xmpp" path = "src/lib.rs" [[example]] name = "hello_bot" path = "examples/hello_bot.rs" required-features = ["avatars"] [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = ["stream"] default-features = false [dependencies.tokio] version = "1" features = ["fs"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tokio-xmpp] version = "4.0" default-features = false [dev-dependencies.env_logger] version = "0.11" features = [ "auto-color", "humantime", ] default-features = false [features] avatars = [] default = [ "avatars", "starttls-rust", ] serde = ["tokio-xmpp/serde"] starttls-native = [ "tokio-xmpp/starttls", "tokio-xmpp/tls-native", "reqwest/native-tls", ] starttls-rust = [ "tokio-xmpp/starttls", "tokio-xmpp/tls-rust", "reqwest/rustls-tls", ] syntax-highlighting = ["tokio-xmpp/syntax-highlighting"]