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