borrow-dev 0.1.1

Official CLI for Borrow tools
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 = "borrow-dev"
version = "0.1.1"
authors = ["Lorenzo Bloedow <dev@lorenzobloedow.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official CLI for Borrow tools"
homepage = "https://github.com/borrowdev/borrow"
readme = "README.md"
keywords = [
    "cli",
    "toolkit",
    "template",
    "boilerplate",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/borrowdev/borrow"
resolver = "2"

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

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

[dependencies.clap]
version = "4.5.37"
features = [
    "derive",
    "unicode",
    "wrap_help",
    "env",
]

[dependencies.dirs]
version = "6"

[dependencies.emojic]
version = "0.5.1"

[dependencies.git2]
version = "0.20.2"

[dependencies.inquire]
version = "0.7.5"

[dependencies.md5]
version = "0.8.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

[dependencies.serde_json]
version = "1"

[dependencies.walkdir]
version = "2"