# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xmpp-proxy" version = "1.0.0" authors = ["moparisthebest "] include = ["**/*.rs", "Cargo.toml", "*.md", "xmpp-proxy.toml"] description = "Reverse XMPP proxy." readme = "README.md" keywords = ["xmpp", "proxy"] license = "AGPL-3.0-or-later" repository = "https://code.moparisthebest.com/moparisthebest/xmpp-proxy" [dependencies.anyhow] version = "1.0" [dependencies.die] version = "0.2.0" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "1.4" features = ["net", "rt", "rt-multi-thread", "macros", "io-util"] [dependencies.tokio-rustls] version = "0.22" [dependencies.toml] version = "0.5"