# 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 = "elikar" version = "0.1.9" authors = ["xstater:a166224@163.com"] description = "A rust asynchronous ECS game engine" documentation = "https://docs.rs/elikar" readme = "README.md" keywords = ["gamedev", "ecs", "game-engine", "asynchronous"] categories = ["game-development", "game-engines", "asynchronous", "concurrency"] license = "MIT" repository = "https://github.com/xstater/elikar/" resolver = "2" [dependencies.crossbeam] version = "0.8" [dependencies.futures] version = "0.3" features = ["executor"] [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.raw-window-handle] version = "0.4.2" [dependencies.sdl2-sys] version = "0.35" [dependencies.tokio] version = "1.17" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["rt"] [dependencies.xecs] version = "0.5" [dependencies.xrunits] version = "0.1.2" [dev-dependencies.simple_logger] version = "2.1.0"