# 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 = "gurk" version = "0.1.2" authors = ["boxdot "] description = "Signal messenger client for terminal" readme = "README.md" keywords = [ "signal", "tui", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/boxdot/gurk-rs" [dependencies.anyhow] version = "1.0.32" [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.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.10.0" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1.8" [badges.gitlab] branch = "master" repository = "https://github.com/boxdot/gurk-rs"