# 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 = "abscissa_generator" version = "0.2.0-rc.0" authors = ["Tony Arcieri "] description = "Template-based generator for creating new Abscissa applications" homepage = "https://github.com/iqlusioninc/abscissa" readme = "README.md" keywords = ["abscissa", "cli", "application", "framework", "service"] categories = ["rust-patterns"] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/abscissa/tree/develop/abscissa_generator" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [dependencies.failure] version = "0.1" [dependencies.handlebars] version = "2" [dependencies.hashbrown] version = "0.5" [dependencies.heck] version = "0.3" [dependencies.log] version = "0.4" [dependencies.semver] version = "0.9" features = ["serde"] [dependencies.serde] version = "1" features = ["serde_derive"] [badges.travis-ci] branch = "develop" repository = "iqlusioninc/abscissa"