git-mover 1.2.3

Move git repositories to a new location
Documentation
# 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 = "2024"
name = "git-mover"
version = "1.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Move git repositories to a new location"
homepage = "https://github.com/Its-Just-Nans/git-mover"
documentation = "https://docs.rs/git-mover"
readme = "README.md"
keywords = [
    "utility",
    "git",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Its-Just-Nans/git-mover"

[lib]
name = "git_mover"
path = "src/lib.rs"

[[bin]]
name = "git-mover"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dotenv]
version = "0.15.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.git2]
version = "0.20"

[dependencies.home]
version = "0.5"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
]

[dependencies.rpassword]
version = "7.4.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.9"

[dependencies.url]
version = "2.5.8"

[dependencies.urlencoding]
version = "2.1.3"