git-grab 4.0.0

A tool to clone git repositories to a standard location, organised by domain name and path
[[bin]]
name = "git-grab"
path = "src/main.rs"

[dependencies.home]
version = "0.5.3"

[dependencies.pico-args]
version = "0.5.0"

[dependencies.url]
version = "2.2.2"

[features]
clipboard = ["dep:clipboard-win"]
default = ["clipboard"]

[package]
authors = ["Wesley Moore <wes@wezm.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A tool to clone git repositories to a standard location, organised by domain name and path"
edition = "2018"
homepage = "https://github.com/wezm/git-grab"
keywords = ["git", "cli"]
license = "MIT OR Apache-2.0"
name = "git-grab"
readme = "README.md"
repository = "https://github.com/wezm/git-grab.git"
version = "4.0.0"

[target.'cfg(target_family = "windows")'.dependencies.clipboard-win]
optional = true
version = "5.3.1"