# 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_activation" version = "0.3.0" authors = ["FoxZoOL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Entity activation manager for Bevy" readme = "README.md" keywords = [ "bevy", "ecs", "plugin", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/foxzool/bevy_activation" [lib] name = "bevy_activation" path = "src/lib.rs" [[example]] name = "timeout" path = "example/timeout.rs" [dependencies.bevy_app] version = "0.15.0" [dependencies.bevy_ecs] version = "0.15.0" [dependencies.bevy_reflect] version = "0.15.0" [dependencies.bevy_time] version = "0.15.0" [dev-dependencies.bevy] version = "0.15.0" default-features = false