[package] name = "bevy_ecs" version = "0.4.0" edition = "2018" authors = [ "Bevy Contributors ", "Carter Anderson ", ] description = "Bevy Engine's entity component system" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" license = "Apache-2.0" keywords = ["ecs", "game", "bevy"] categories = ["game-engines", "data-structures"] [features] trace = [] [dependencies] bevy_tasks = { path = "../bevy_tasks", version = "0.4.0" } bevy_utils = { path = "../bevy_utils", version = "0.4.0" } bevy_ecs_macros = { path = "macros", version = "0.4.0" } fxhash = "0.2" async-channel = "1.4.2" rand = "0.8.0" serde = "1.0" thiserror = "1.0" fixedbitset = "0.3.1" bitflags = "1.2.1" downcast-rs = "1.2.0" parking_lot = "0.11.0" lazy_static = { version = "1.4.0" }