# 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 = "git-ar" version = "0.1.80" authors = ["Jordi Carrillo "] description = """ Git all remotes. Git cli tool that targets both Github and Gitlab. Brings common development operations such as opening a pull request down to the shell. This is an alternative to both Github https://github.com/cli/cli and Gitlab https://gitlab.com/gitlab-org/cli cli tools. """ readme = "README.md" keywords = [ "git", "github", "gitlab", "cli", "vcs", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/jordilin/gitar" [lib] name = "gr" [[bin]] name = "gr" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.8" features = [ "derive", "wrap_help", ] [dependencies.console] version = "0.15.8" [dependencies.csv] version = "1.3.0" [dependencies.derive_builder] version = "0.20.0" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.env_logger] version = "0.11.3" [dependencies.flate2] version = "1.0.30" [dependencies.lazy_static] version = "1.5" [dependencies.log] version = "0.4.22" [dependencies.open] version = "5.1.4" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.61" [dependencies.ureq] version = "2.9.7" features = ["json"] [dependencies.yaml-rust2] version = "0.8.1" [dev-dependencies.httpmock] version = "0.7.0" default-features = false [dev-dependencies.tempfile] version = "3.10.1"