# 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 = "raylib-project-generator" version = "1.1.0" authors = ["InfiniteCoder "] description = "Generate rust raylib project to run in browser" readme = "README.md" keywords = [ "gamedev", "graphics", "raylib", ] categories = [ "command-line-utilities", "config", "development-tools::build-utils", "game-development", "template-engine", ] license = "Apache-2.0" repository = "https://github.com/InfiniteCoder01/raylib-project-generator/" [dependencies.clap] version = "4.0" features = ["derive"]