# 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 = "gitlab-tui" version = "0.1.2" authors = ["Niklas Treml"] description = "A terminal based UI for interacting with your gitlab issues and merge requests" homepage = "https://github.com/NiklasTreml/gitlab-tui" documentation = "https://github.com/NiklasTreml/gitlab-tui" readme = "README.md" keywords = [ "gitlab", "tui", "cli", "terminal", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/NiklasTreml/gitlab-tui" [[bin]] name = "gitlab-tui" path = "src/main.rs" bench = false [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.crossterm] version = "0.26" [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.17.2" features = ["vendored-openssl"] [dependencies.gitlab] version = "0.1600.1" [dependencies.netrc-rs] version = "0.1.2" [dependencies.ratatui] version = "0.20" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.url] version = "2.4.0"