# 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 = "scaff" version = "0.1.3" authors = ["jD91mZM2 "] exclude = ["samples/**"] description = "Painless scaffolding of the boring part of setting up projects that people other than you can use." readme = "README.md" keywords = ["cli", "scaffold", "generate"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://gitlab.com/jD91mZM2/scaff" [dependencies.anyhow] version = "1.0.34" [dependencies.dirs] version = "2.0.2" [dependencies.env_logger] version = "0.7.1" [dependencies.git2] version = "0.10.1" [dependencies.just-fetch] version = "0.1.2" features = ["serde"] [dependencies.log] version = "0.4.8" [dependencies.rustyline] version = "5.0.3" [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.structopt] version = "0.3.3" [dependencies.tar] version = "0.4.26" [dependencies.tera] version = "1.0.0-beta.18" [dependencies.toml] version = "0.5.3"