# 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 = "2021" name = "hg-tui" version = "0.1.4" authors = ["Jeff Xun 452914639@qq.com"] description = "A TUI application to view www.hellogithub.com" homepage = "https://github.com/kaixinbaba/hg-tui" readme = "README.md" keywords = [ "tui", "cli", "hellogithub", ] license = "GPL-3.0-or-later" repository = "https://github.com/kaixinbaba/hg-tui" resolver = "2" [[bin]] name = "hgtui" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1" [dependencies.better-panic] version = "0.3.0" [dependencies.cached] version = "0.34.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossterm] version = "0.23" [dependencies.image] version = "0.24.2" [dependencies.lazy_static] version = "1.4" [dependencies.nipper] version = "0.1.9" [dependencies.once_cell] version = "1.10" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.thiserror] version = "1" [dependencies.tui] version = "0.18" [dependencies.unicode-width] version = "0.1.9" [dependencies.webbrowser] version = "0.7.1"