# 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" rust-version = "1.72" name = "fyrox-template" version = "0.11.0" authors = ["Dmitry Stepanov "] include = [ "/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", ] description = "Project template generator for Fyrox engine" homepage = "https://fyrox.rs" readme = "README.md" keywords = [ "fyrox", "game", "project", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/FyroxEngine/Fyrox" [dependencies.clap] version = "4" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.regex] version = "1.7.3" [dependencies.toml] version = "0.8.10" [dependencies.toml_edit] version = "0.22.6" [dependencies.uuid] version = "1" features = ["v4"]