# 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_time_runner" version = "0.2.0" authors = ["Multirious"] description = "General timing system for the Bevy game engine" homepage = "https://github.com/Multirious/bevy_time_runner" readme = "README.md" keywords = [ "bevy", "time", "timer", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Multirious/bevy_time_runner" [dependencies.bevy_app] version = "0.14.0" optional = true default-features = false [dependencies.bevy_ecs] version = "0.14.0" default-features = false [dependencies.bevy_eventlistener] version = "0.8.0" optional = true [dependencies.bevy_hierarchy] version = "0.14.0" [dependencies.bevy_reflect] version = "0.14.0" optional = true default-features = false [dependencies.bevy_time] version = "0.14.0" default-features = false [dev-dependencies.bevy] version = "0.14.0" default-features = false [build-dependencies.rustc_version] version = "0.4.0" [features] bevy_app = ["dep:bevy_app"] bevy_eventlistener = ["dep:bevy_eventlistener"] bevy_reflect = ["dep:bevy_reflect"] default = [ "bevy_eventlistener", "bevy_reflect", "bevy_app", ]