# 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 = "entity_table_realtime" version = "0.2.0" authors = ["Stephen Sherratt "] description = "An ECS data store for realtime components" homepage = "https://github.com/gridbugs/entity-table-realtime.git" documentation = "https://docs.rs/entity_table_realtime" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/entity-table-realtime.git" [dependencies.entity_table] version = "0.2" [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [dev-dependencies.serde] version = "1.0" features = ["serde_derive"] [features] serialize = [ "serde", "entity_table/serialize", ]