# 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_entity_system" version = "0.14.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Adds systems that only operate on single entity" readme = "README.md" keywords = [ "ecs", "game", "bevy", ] categories = [ "game-development", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vil-mo/bevy_entity_system" [lib] name = "bevy_entity_system" path = "src/lib.rs" [dependencies.bevy_ecs] version = "0.14" default-features = false [dependencies.bevy_entity_system_macros] version = "0.14.1" [dependencies.bevy_utils] version = "0.14" default-features = false