# 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 = "gitez" version = "0.1.2" description = "Gitez is a CLI that simplifies managing your Git repositories." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.82" [dependencies.backtrace] version = "0.3.71" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.19.0" features = [] [dependencies.regex] version = "1.10.5" [dependencies.rust-ini] version = "0.21.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117"