[dependencies.ahash]
version = "0.8"
[dependencies.bit-set]
version = "0.5"
[dependencies.macros]
package = "entity_data-macros"
version = "1.3"
[dependencies.memoffset]
version = "0.6"
[dependencies.smallvec]
features = ["const_generics"]
version = "1.9"
[dev-dependencies.rand]
version = "0.8"
[package]
authors = ["a7292969 <a7292969@gmail.com>"]
categories = ["data-structures", "rust-patterns"]
description = "A container for entity component data."
edition = "2021"
keywords = ["data", "interfaces", "dynamic-dispatch", "ecs"]
license-file = "LICENSE.md"
name = "entity_data"
readme = "README.md"
repository = "https://github.com/a7292969/entity_data"
version = "1.6.0"