# 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 = "mason_cli" version = "0.1.0" authors = ["Pedro Luz "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Mason CLI allows developers to create and use reusable templates." homepage = "https://github.com/Narven/mason_cli" readme = "README.md" keywords = [ "cli", "generator", "command-line", "templates", "tool", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Narven/mason_cli" [dependencies.clap] version = "3.2.22"