# 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 = "ecs-tiny" version = "0.3.0" authors = ["GossiperLoturot"] description = "A minimal ECS supporting entity and component insertion/removal, association, and single-type iteration." readme = "README.md" keywords = [ "game", "ecs", ] categories = [ "data-structures", "game-engines", "game-development", ] license = "MIT" repository = "https://github.com/GossiperLoturot/ecs-tiny" [dependencies.ahash] version = "0.8" [dependencies.slab] version = "0.4" [dependencies.stack-any] version = "0.1"