# 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 = "gravitron_ecs" version = "0.3.0" build = false exclude = ["CHANGELOG.md"] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple and performant ECS for Gravitron" readme = "README.md" keywords = [ "ecs", "game", "gravitron", ] categories = [ "game-engines", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Profiidev/gravitron" [lib] name = "gravitron_ecs" path = "src/lib.rs" [dependencies.downcast] version = "0.11.0" [dependencies.gravitron_ecs_macros] version = "0.1.4" [dependencies.gravitron_utils] version = "0.1.3" [dependencies.log] version = "0.4.22" [features] debug = []