entity_data 1.12.0

A container for entity component data.
Documentation
# 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 = "2024"
name = "entity_data"
version = "1.12.0"
authors = ["volodya7292 <a7292969@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A container for entity component data."
readme = "README.md"
keywords = [
    "data",
    "interfaces",
    "dynamic-dispatch",
    "ecs",
]
categories = [
    "data-structures",
    "rust-patterns",
]
license-file = "LICENSE.md"
repository = "https://github.com/volodya7292/entity_data"

[lib]
name = "entity_data"
path = "src/lib.rs"

[dependencies.ahash]
version = "0.8"

[dependencies.index-pool]
version = "1.0"

[dependencies.macros]
version = "1.8"
package = "entity_data-macros"

[dependencies.rayon]
version = "1.11"
optional = true

[dependencies.smallvec]
version = "1.15"
features = ["const_generics"]

[dev-dependencies.rand]
version = "0.9"