# 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 = "2018" name = "git-grab" version = "3.0.0" authors = ["Wesley Moore "] description = "A tool to clone git repositories to a standard location, organised by domain name and path" homepage = "https://github.com/wezm/git-grab" readme = "README.md" keywords = [ "git", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wezm/git-grab.git" [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"] [target."cfg(target_family = \"windows\")".dependencies.clipboard-win] version = "5.3.1" optional = true