# 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 = "jami-cli" version = "0.4.0" authors = ["Sébastien Blin "] description = "Jami client for terminal" keywords = ["jami", "tui"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/AmarOk1412/jami-cli" [dependencies.anyhow] version = "1.0.32" [dependencies.app_dirs] version = "1.2.1" [dependencies.base64] version = "0.12.3" [dependencies.chrono] version = "0.4.13" features = ["serde"] [dependencies.crossterm] version = "0.17.7" features = ["event-stream"] [dependencies.dirs] version = "3.0.1" [dependencies.itertools] version = "0.9.0" [dependencies.jami-rs] version = "0.2.0" [dependencies.log] version = "0.4.11" [dependencies.rusqlite] version = "0.24.2" [dependencies.scopeguard] version = "1.1.0" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.structopt] version = "0.3.15" [dependencies.textwrap] version = "0.12.1" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "0.2.22" features = ["full"] [dependencies.toml] version = "0.5.6" [dependencies.tui] version = "0.12.0" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1.8" [badges.gitlab] branch = "master" repository = "https://github.com/AmarOk1412/jami-cli"