copit 0.3.0

Copy reusable source code from GitHub repos, HTTP URLs, and ZIP archives into your project
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 = "copit"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Copy reusable source code from GitHub repos, HTTP URLs, and ZIP archives into your project"
readme = "README.md"
keywords = [
    "cli",
    "vendoring",
    "copy",
    "github",
    "source-code",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/huynguyengl99/copit"

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

[[bin]]
name = "copit"
path = "src/main.rs"

[[example]]
name = "generate_cli_docs"
path = "examples/generate_cli_docs.rs"

[[test]]
name = "cli"
path = "tests/cli/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.dialoguer]
version = "0.12"

[dependencies.globset]
version = "0.4.18"

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

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

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "1"

[dependencies.toml_edit]
version = "0.25"

[dependencies.zip]
version = "8"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.clap-markdown]
version = "0.1"

[dev-dependencies.mockito]
version = "1.7.2"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.tempfile]
version = "3"