# 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_data" version = "1.11.1" authors = ["volodya7292 "] description = "A container for entity component data." readme = "README.md" keywords = [ "data", "interfaces", "dynamic-dispatch", "ecs", ] categories = [ "data-structures", "rust-patterns", ] license-file = "LICENSE.md" repository = "https://github.com/volodya7292/entity_data" [dependencies.ahash] version = "0.8" [dependencies.index-pool] version = "1.0" [dependencies.macros] version = "1.7" package = "entity_data-macros" [dependencies.memoffset] version = "0.9" [dependencies.rayon] version = "1.7" optional = true [dependencies.smallvec] version = "1.10" features = ["const_generics"] [dev-dependencies.rand] version = "0.8"