# 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 = "rustlay" version = "0.1.1" authors = ["Jalal Alizade"] description = "A Rust CLI tool for generating Clean Architecture project boilerplates." readme = "README.md" keywords = [ "rust", "clean-architecture", "boilerplate", "generator", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/calalalizade/rust_clean_arch_generator" [package.metadata.cargo-add-assets] "template_config.toml" = ["template_config.toml"] templates = ["templates/*"] [[bin]] name = "rustlay" path = "src/main.rs" [dependencies.handlebars] version = "5.1.2" [dependencies.include_dir] version = "0.7.3" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.toml] version = "0.8.14"