# 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 = "boilerfiles" version = "0.3.1" authors = ["Jan Mùˆller "] description = "A CLI for download boilerplate files." homepage = "https://github.com/DerYeger/boilerfiles" readme = "README.md" keywords = [ "cli", "boilerplate", "files", "downloading", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/DerYeger/boilerfiles" [dependencies.dialoguer] version = "0.10.2" [dependencies.error-chain] version = "0.12.4" [dependencies.home] version = "0.5.3" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.spinners] version = "4.1.0"