# 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 = "gritty" version = "2.1.1" authors = ["Ben PĆ¼schel"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool to manage your remote repositories on GitHub, GitLab and Gitea remotes" readme = "README.md" keywords = [ "git", "github", "gitlab", "gitea", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/benpueschel/gritty" [lib] name = "gritty" path = "src/lib.rs" [[bin]] name = "gritty" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.async-trait] version = "0.1.80" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.8" features = [ "derive", "deprecated", "color", "cargo", ] [dependencies.clap_complete] version = "4.5.24" [dependencies.gitea-sdk] version = "0.3.0" [dependencies.gitlab] version = "0.1701.0" [dependencies.human-panic] version = "2.0.1" [dependencies.keyring] version = "2.3.3" optional = true [dependencies.octocrab] version = "0.38.0" [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.38.0" features = [ "full", "macros", ] [dependencies.toml] version = "0.8.14" [dependencies.urlencoding] version = "2.1.3" [features] default = ["keyring"] keyring = ["dep:keyring"]