# 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 = "gitmgt" version = "0.1.2" authors = ["JoaoPedroPP "] description = "An easy way to create your git repository without leaving your project" readme = "README.md" keywords = ["cli", "git", "management"] categories = ["command-line-utilities", "development-tools", "config"] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/JoaoPedroPP/Git-Management" [dependencies.clap] version = "2.33.3" [dependencies.dirs] version = "3.0.2" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dev-dependencies.assert_cmd] version = "2.0.2"