# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ungit" version = "0.1.4" authors = ["Daniel Rivas Perez "] description = "A small command-line utility for downloading the latest version of a repository from Github. Useful for scaffolding new projects from a template. Based on the JavaScript utility degit." readme = "README.md" license = "MIT" repository = "https://github.com/drivasperez/ungit" [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1.6" [dependencies.directories] version = "3.0.1" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.http-types] version = "2.4" [dependencies.indicatif] version = "0.15.0" [dependencies.once_cell] version = "1.4.1" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.surf] version = "2.0.0-alpha.4" [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1.0"