# 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] name = "porteurbars" version = "0.1.5" authors = ["softprops "] description = "portable git hosted project template" homepage = "https://github.com/softprops/porteurbars" documentation = "https://softprops.github.io/porteurbars" readme = "README.md" keywords = ["cli", "github", "template"] license = "MIT" repository = "https://github.com/softprops/porteurbars" [[bin]] name = "porteurbars" path = "src/bin/porteurbars.rs" doc = false [dependencies.log] version = "0.3" [dependencies.term] version = "0.4" [dependencies.case] version = "0.1" [dependencies.git2] version = "0.6" [dependencies.handlebars] version = "0.28.3" [dependencies.lazy_static] version = "0.2" [dependencies.clap] version = "2.26" [dependencies.error-chain] version = "0.11" [dependencies.tempdir] version = "0.3" [dependencies.env_logger] version = "0.4" [dependencies.walkdir] version = "1.0" [dependencies.difference] version = "1.0" [dependencies.regex] version = "0.2"