zero_ecs 0.3.4

Entity Component System (ECS), using only zero-cost abstractions
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 = "2021"
name = "zero_ecs"
version = "0.3.4"
authors = ["Johan Norberg <johan.norberg@jepono.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Entity Component System (ECS), using only zero-cost abstractions"
documentation = "https://github.com/JohanNorberg/zero_ecs#readme"
readme = "README.md"
keywords = [
    "ecs",
    "zero_ecs",
]
categories = [
    "game-development",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JohanNorberg/zero_ecs"

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

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]

[dependencies.extend]
version = "1.2.0"

[dependencies.itertools]
version = "0.12.1"

[dependencies.macro_magic]
version = "0.6.0"
features = ["proc_support"]

[dependencies.rayon]
version = "1.9.0"

[dependencies.zero_ecs_macros]
version = "0.3.4"