# 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 = "kiss-xmpp" version = "0.0.1" authors = ["moparisthebest "] include = [ "**/*.rs", "Cargo.toml", "*.md", "kiss-xmpp.toml", ] description = "XMPP client that keeps it simple, stupid." readme = "README.md" keywords = [ "xmpp", "chat", "client", ] license = "AGPL-3.0-or-later" repository = "https://code.moparisthebest.com/moparisthebest/kiss-xmpp" [profile.release] strip = true [dependencies.anyhow] version = "1.0" [dependencies.async-recursion] version = "1.0.5" [dependencies.die] version = "0.2.0" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.minidom] version = "0.15" [dependencies.rand] version = "0.8.5" [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.5.0" features = ["tls-rust"] default-features = false [dependencies.toml] version = "0.8" [dependencies.xmpp-parsers] version = "0.20"