# 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 = "aparte" version = "0.2.0" authors = ["Paul Fariello "] exclude = [".travis.yml"] description = "Simple XMPP console client written in Rust and inspired by Profanity." license = "MPL-2.0" repository = "https://github.com/paulfariello/aparte" [profile.release] debug = true [dependencies.backtrace] version = "^0.3" [dependencies.bytes] version = "^0.5" [dependencies.chrono] version = "^0.4" [dependencies.derive-error] version = "0.0.4" [dependencies.dirs] version = "^2.0" [dependencies.flexi_logger] version = "^0.15" [dependencies.futures] version = "^0.3" [dependencies.fuzzy-matcher] version = "^0.3" [dependencies.hsluv] version = "^0.1" [dependencies.linked-hash-map] version = "^0.5" [dependencies.linked_hash_set] version = "^0.1" [dependencies.log] version = "^0.4" [dependencies.rand] version = "^0.8" [dependencies.rpassword] version = "^3.0" [dependencies.rust-crypto] version = "^0.2" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.termion] version = "1.5" [dependencies.textwrap] version = "^0.12" [dependencies.tokio] version = "^1.0" features = ["full"] [dependencies.tokio-xmpp] version = "^3.0" [dependencies.toml] version = "^0.5" [dependencies.unicode-segmentation] version = "^1.6" [dependencies.uuid] version = "^0.7" features = ["v4"] [dependencies.xmpp-parsers] version = "^0.18" [dev-dependencies.mockall] version = "^0.9" [features] no-cursor-save = [] strict = []