# 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 = "2018" name = "sendxmpp" version = "3.0.1" authors = ["moparisthebest "] include = [ "**/*.rs", "Cargo.toml", "*.md", "sendxmpp.toml", ] description = "Send XMPP messages from the command line." readme = "README.md" keywords = ["xmpp"] license = "AGPL-3.0-or-later" repository = "https://code.moparisthebest.com/moparisthebest/sendxmpp-rs" [dependencies.anyhow] version = "1.0" [dependencies.die] version = "0.2.0" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.9" [dependencies.gumdrop] version = "0.8.0" [dependencies.gumdrop_derive] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "1" features = [ "net", "rt", "rt-multi-thread", "macros", "io-util", "io-std", ] [dependencies.tokio-xmpp] version = "3.2.0" features = ["tls-rust"] default-features = false [dependencies.toml] version = "0.5" [dependencies.xmpp-parsers] version = "0.19"