# 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 = "archetect" version = "0.7.3" authors = ["Jimmie Fulton "] description = "Generates Content from Archetype Template Directories and Git Repositories." homepage = "https://archetect.github.io" readme = "../README.md" keywords = ["code-generation", "content-generation", "jinja2", "cli"] license = "MIT" repository = "https://github.com/archetect/archetect" [[bin]] name = "archetect" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.archetect-core] version = "0.7.3" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2" [dependencies.indoc] version = "0.3" [dependencies.lazy_static] version = "1.0" [dependencies.linked-hash-map] version = "0.5.2" features = ["serde_impl"] [dependencies.log] version = "0.4" [dependencies.read_input] version = "0.8" [dependencies.serde] version = "1.0.90"