create-rust-github-repo 0.6.3

`create-rust-github-repo` is a CLI program that creates a new repository on GitHub, clones it locally, initializes a Rust project, copies the configs from a pre-existing directory.
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 = "2021"
name = "create-rust-github-repo"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`create-rust-github-repo` is a CLI program that creates a new repository on GitHub, clones it locally, initializes a Rust project, copies the configs from a pre-existing directory."
homepage = "https://github.com/DenisGorbachev/create-rust-github-repo"
readme = "README.md"
keywords = [
    "github",
    "utils",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DenisGorbachev/create-rust-github-repo"

[package.metadata.details]
title = "Create Rust GitHub repo"
tagline = ""
summary = ""
announcement = ""

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

[[bin]]
name = "create-rust-github-private-bin"
path = "src/bin/create-rust-github-private-bin.rs"

[[bin]]
name = "create-rust-github-private-lib"
path = "src/bin/create-rust-github-private-lib.rs"

[[bin]]
name = "create-rust-github-public-bin"
path = "src/bin/create-rust-github-public-bin.rs"

[[bin]]
name = "create-rust-github-public-lib"
path = "src/bin/create-rust-github-public-lib.rs"

[[bin]]
name = "create-rust-github-repo"
path = "src/main.rs"

[[bin]]
name = "create-rust-keybase-private-bin"
path = "src/bin/create-rust-keybase-private-bin.rs"

[[bin]]
name = "create-rust-keybase-private-lib"
path = "src/bin/create-rust-keybase-private-lib.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
version = "4.3.24"
features = [
    "derive",
    "env",
]

[dependencies.derive-new]
version = "0.7.0"

[dependencies.derive_setters]
version = "0.1.6"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.tokio]
version = "1.40.0"
features = [
    "full",
    "process",
]