# 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 = "dark_iron_ecs" version = "0.7.0" authors = ["Gabriel Bernardo"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Entity Component System library for Rust" readme = "README.md" keywords = [ "ecs", "game-development", "data-oriented-design", ] categories = [ "development-tools", "game-development", ] license = "MIT" repository = "https://github.com/GabrielBernardoDaSilva/DarkIronEcs" [lib] name = "dark_iron_ecs" path = "src/lib.rs" [[example]] name = "all_features" path = "examples/all_features.rs" [[example]] name = "benchmark" path = "examples/benchmark.rs" [[example]] name = "simple_query" path = "examples/simple_query.rs" [dependencies]