bhcli

A TUI for chatting on LE PHP Chats (onion)
git clone https://git.dasho.dev/n0tr1v/bhcli.git
Log | Files | Refs | README

Cargo.toml (963B)


      1 [package]
      2 name = "bhcli"
      3 version = "0.1.0"
      4 edition = "2018"
      5 
      6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      7 
      8 [dependencies]
      9 anyhow = "1.0.70"
     10 base64 = "0.22.1"
     11 bresenham = "0.1.1"
     12 chrono = "0.4.38"
     13 clap = { version = "4.1.14", features = ["derive", "env"] }
     14 clipboard = "0.5.0"
     15 colors-transform = "0.2.4"
     16 confy = "0.6.1"
     17 crossbeam = "0.8.1"
     18 crossbeam-channel = "0.5.1"
     19 crossterm = { version = "0.28.1" }
     20 http = "1.1.0"
     21 image = "0.25.2"
     22 lazy_static = "1.4.0"
     23 linkify = "0.10.0"
     24 log = "0.4.17"
     25 log4rs = "1.2.0"
     26 rand = "0.8.4"
     27 regex = "1.5.4"
     28 reqwest = { version = "0.12.5", features = ["blocking", "cookies", "socks", "multipart"] }
     29 rodio = "0.19.0"
     30 rpassword = "7.2.0"
     31 select = "0.6.0-alpha.1"
     32 serde = "1.0.130"
     33 serde_derive = "1.0.88"
     34 serde_json = "1.0"
     35 termage = "1.1.1"
     36 textwrap = "0.16.0"
     37 toml = "0.8.19"
     38 tui = { version = "0.19.0", features = ["crossterm"], default-features = false  }
     39 unicode-width = "0.1.8"