planck_ecs 1.2.1

A tiny but very powerful ECS framework.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "planck_ecs"
version = "1.2.1"
authors = ["Joël Lupien (Jojolepro) <jojolepro@jojolepro.com>"]
exclude = ["doc"]
description = "A tiny but very powerful ECS framework."
keywords = ["game", "ecs"]
categories = ["game-engines"]
license = "Apache-2.0"
repository = "https://github.com/jojolepro/planck_ecs/"
[dependencies.atomic_refcell_try]
version = "0.2.0"

[dependencies.entity_component]
version = "1.1.2"
default-features = false

[dependencies.world_dispatcher]
version = "1.2.0"
default-features = false

[features]
big_systems = ["world_dispatcher/big_systems"]
default = ["keysize16"]
keysize16 = ["entity_component/keysize16"]
keysize20 = ["entity_component/keysize20"]
keysize24 = ["entity_component/keysize24"]
keysize32 = ["entity_component/keysize32"]
parallel = ["world_dispatcher/parallel"]
profiler = ["world_dispatcher/profiler"]
ser = ["entity_component/ser"]