# 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-ease" version = "0.1.2" authors = ["Jonny Rhea "] description = "Cargo subcommand to generate an ETH2 EE project template" license = "Apache-2.0" repository = "https://github.com/quilt/cargo-ease" [[bin]] name = "cargo-ease" path = "src/main.rs" [dependencies.cargo] version = "0.30" [dependencies.console] version = "0.6.1" [dependencies.dialoguer] version = "0.1.0" [dependencies.failure] version = "0.1.5" [dependencies.git2] version = "0.7.1" [dependencies.heck] version = "0.3.0" [dependencies.liquid] version = "0.19.0" [dependencies.quicli] version = "0.4" [dependencies.regex] version = "1.0.0" [dependencies.remove_dir_all] version = "0.5.1" [dependencies.structopt] version = "0.2.15" [dependencies.tempfile] version = "3.0.2" [dependencies.url] version = "1.7.1" [dependencies.walkdir] version = "2.1.4"