# 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 = "github_cli" version = "0.1.0" authors = ["Anonymous "] description = "A CLI tool for clone repository or download file from github" documentation = "https://docs.rs/github_cli" readme = "README.md" keywords = [ "clone", "git", "download", "github", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/andrew_ryan/github_cli" [dependencies.doe] version = "0.1.32" [dependencies.git2] version = "0.17.2" [dependencies.indicatif] version = "0.17.3" [dependencies.reqwest] version = "0.11.18" features = ["blocking"]