# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sire" version = "0.0.1-alpha7" authors = ["Adam Baker", "Kevin Phillips ", "Mike McLennan", "Prem Raheja", "Zack Troop"] exclude = [".github/", "target/", "coverage", "roadmap.md", ".gitignore", "tests/", "lcov.info"] description = "command line tool for generating source code projects from user defined templates" homepage = "https://github.com/rusty-devs/sire" readme = "./README.md" keywords = ["template", "project", "generator", "code"] categories = ["command-line-utilities", "config", "development-tools::build-utils", "template-engine"] license = "Apache-2.0" repository = "https://github.com/rusty-devs/sire" resolver = "2" [dependencies] [dev-dependencies.assert_cmd] version = "2"