# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "plank_ecs" version = "0.1.1" authors = ["Joël Lupien (Jojolepro) "] exclude = ["doc"] description = "Renamed to planck_ecs" keywords = ["game", "ecs"] categories = ["game-engines"] license = "AGPL-3.0-only" repository = "https://git.jojolepro.com/plank_ecs/" [dependencies.entity_component] version = "0.100.0" default-features = false [dependencies.world_dispatcher] version = "0.100.0" default-features = false [features] big_systems = ["world_dispatcher/big_systems"] default = ["keysize16"] keysize16 = ["entity_component/keysize16"] keysize20 = ["entity_component/keysize20"] keysize24 = ["entity_component/keysize24"] keysize32 = ["entity_component/keysize32"] parallel = ["world_dispatcher/parallel"] profiler = ["world_dispatcher/profiler"] ser = ["entity_component/serde"]