# 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 = "bevier" version = "1.1.1" description = "An interactive CLI to generate Games using the Bevy Game Engine." readme = "README.md" keywords = [ "gamedev", "cli", "bevy", "generate", ] categories = [ "command-line-utilities", "game-development", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/DraftedDev/bevier" [profile.release] opt-level = "s" lto = true codegen-units = 1 [[bin]] name = "bevier" path = "src/main.rs" [dependencies.env_logger] version = "0.10.0" [dependencies.include_dir] version = "0.7.3" [dependencies.inquire] version = "0.6.2" [dependencies.log] version = "0.4.20" [dependencies.rayon] version = "1.7.0"