# 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_core" version = "0.25.0" authors = ["AlexiWolf "] description = "A highly-portable core providing just the basic types, tools, and functions for Wolf Engine." homepage = "https://github.com/AlexiWolf/wolf_engine" keywords = [ "wolf-engine", "game", "gamedev", ] categories = [ "game-development", "game-engines", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AlexiWolf/wolf_engine" [dependencies.log] version = "0.4" [dependencies.simple_logger] version = "1.13" optional = true [dev-dependencies.mockall] version = "0.11" [dev-dependencies.ntest] version = "0.8" [dev-dependencies.test-case] version = "1.2" [features] logging = ["simple_logger"]