# 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_events" version = "0.2.1" authors = ["AlexiWolf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An event modules for Wolf Engine." homepage = "https://github.com/AlexiWolf/wolf_engine" readme = "README.md" keywords = [ "wolf-engine", "gamedev", "events", "dynamic", ] categories = [ "game-development", "game-engines", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AlexiWolf/wolf_engine" [lib] name = "wolf_engine_events" path = "src/lib.rs" [dependencies.downcast-rs] version = "1.2.1" [dev-dependencies.ntest] version = "0.9.0" [dev-dependencies.test-case] version = "3.3.1"