# 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 = "tgit" version = "0.2.0" description = "TGIT is a tool for managing git repositories." license = "MIT" [dependencies.anyhow] version = "1.0.80" [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.git2] version = "0.18.2" [dependencies.inquire] version = "0.7.1" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.25" features = ["blocking"] [dependencies.semver] version = "1.0.22" [dependencies.serde_json] version = "1.0.114" [dependencies.strsim] version = "0.11.0" [dependencies.structopt] version = "0.3.26"