# 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 = "bevy_consumable_event" version = "0.5.0-rc.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate to add events to Bevy that can be consumed." readme = "README.md" keywords = [ "bevy", "consume", "event", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/andriyDev/bevy_consumable_event" [lib] name = "bevy_consumable_event" path = "src/lib.rs" [dependencies.bevy_app] version = "0.15.0-rc.1" optional = true [dependencies.bevy_ecs] version = "0.15.0-rc.1" default-features = false [dev-dependencies.bevy] version = "0.15.0-rc.1" default-features = false [features] default = ["bevy_app"]