ooecs 0.1.0

Object-oriented entity-component-system.
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 = "ooecs"
version = "0.1.0"
authors = ["warlock <internalmike@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Object-oriented entity-component-system."
documentation = "https://docs.rs/ooecs/"
readme = "README.md"
keywords = [
    "ecs",
    "oop",
    "tree",
    "graph",
    "entity",
]
categories = [
    "data-structures",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/A1-Triard/rust-ooecs"

[badges.maintenance]
status = "actively-developed"

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

[dependencies.components-arena]
version = "4.2.3"

[dependencies.educe]
version = "0.6.0"

[dependencies.macro-attr-2018]
version = "3.0.1"

[dependencies.panicking]
version = "0.7.0"

[dependencies.phantom-type]
version = "0.5.2"
default-features = false

[dev-dependencies.basic-oop]
version = "0.8.2"