# 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 = "xecs" version = "0.5.10" authors = ["xstater:a166224@163.com"] description = "An Entity-Component-System library" documentation = "https://docs.rs/xecs/" readme = "README.md" keywords = ["gamedev", "ecs", "game-engine"] categories = ["game-development", "game-engines"] license = "MIT" repository = "https://github.com/xstater/xecs/" resolver = "2" [dependencies.futures] version = "0.3" [dependencies.parking_lot] version = "0.12"