entity_table 0.2.4

Data structure for associating data with entities in an Entity Component System
Documentation
[package]
name = "entity_table"
description = "Data structure for associating data with entities in an Entity Component System"
version = "0.2.4"
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/gridbugs/entity-table.git"
repository = "https://github.com/gridbugs/entity-table.git"
documentation = "https://docs.rs/entity_table"
edition = "2018"

[features]
serialize = ["serde"]

[dependencies]
serde = { version = "1.0", features = ["serde_derive"], optional = true }

[dev-dependencies]
serde_json = "1.0"