# 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 = "wolf_engine" version = "0.25.0" authors = ["AlexiWolf "] description = "A game framework with a focus on flexibility and ease of use." homepage = "https://github.com/AlexiWolf/wolf_engine" readme = "README.md" keywords = [ "wolf-engine", "game", "gamedev", ] categories = [ "game-development", "game-engines", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AlexiWolf/wolf_engine" [dependencies.wolf_engine_core] version = "0.25.0" [dependencies.wolf_engine_framework] version = "0.25.0" optional = true [dev-dependencies.log] version = "0.4" [features] default = ["framework"] framework = ["wolf_engine_framework"] logging = [ "framework", "wolf_engine_core/logging", ]