qmi 0.1.2

An ECS with too much macro usage
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 = "qmi"
version = "0.1.2"
authors = ["Glenn Wallace glennw-coding@proton.me"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ECS with too much macro usage"
readme = "README.md"
keywords = ["ecs"]
categories = [
    "algorithms",
    "concurrency",
    "data-structures",
    "game-development",
    "simulation",
]
license = "MIT"
repository = "https://github.com/Stack-Syndicate/qmi"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.itertools]
version = "0.14.0"

[dependencies.persy]
version = "1.7.1"

[dependencies.postcard]
version = "1.1.3"
features = ["alloc"]

[dependencies.serde]
version = "1.0.228"