# 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 = "magma_ecs" version = "0.2.0-beta.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Entity-Component-System for the Magma3D game engine" homepage = "https://dynamicgoose.github.io/magma3d-engine/" readme = "README.md" license = "MIT" repository = "https://github.com/DynamicGoose/magma-ecs" [lib] name = "magma_ecs" path = "src/lib.rs" [[test]] name = "entities" path = "tests/entities.rs" [[test]] name = "resources" path = "tests/resources.rs" [[test]] name = "systems" path = "tests/systems.rs" [dependencies.parking_lot] version = "0.12.3" features = ["deadlock_detection"] [dependencies.rayon] version = "1.10.0" [dependencies.roaring] version = "0.10.6"