# 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 = "cargo-create" version = "0.3.1" authors = ["Sven Lechner "] description = "A CLI for fast project generation based on Tera templates." documentation = "https://jen.zerotask.net" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/SirWindfield/cargo-create" [[bin]] name = "cargo-create" path = "src/bin/cargo-create.rs" [[bin]] name = "jen" path = "src/bin/jen.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.chrono] version = "0.4.15" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.1" [dependencies.console] version = "0.12.0" [dependencies.directories-next] version = "1.0.1" [dependencies.git2] version = "0.13.10" [dependencies.heck] version = "0.3.1" [dependencies.indicatif] version = "0.15.0" [dependencies.inventory] version = "0.1.8" [dependencies.log] version = "0.4.11" [dependencies.petgraph] version = "0.5.1" features = ["graphmap"] default-features = false [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.tera] version = "1.5.0" [dependencies.toml] version = "0.5.6" [dependencies.walkdir] version = "2.3.1" [features] colors = [] default = ["colors"]