# 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 = "geng-async-state" version = "0.17.2" authors = ["kuviman "] description = "Game ENGine" homepage = "https://geng.kuviman.com" readme = "README.md" keywords = [ "game", "engine", "gamedev", "geng", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/geng-engine/geng" [dependencies.async-trait] version = "0.1" [dependencies.batbox-la] version = "0.16" [dependencies.batbox-time] version = "0.16" [dependencies.futures] version = "0.3" [dependencies.geng-ui] version = "0.17" [dependencies.geng-window] version = "0.17" [dependencies.scoped-tls] version = "0.1" package = "scoped-tls-hkt" [dependencies.switch-resume] version = "0.1" [dependencies.ugli] version = "0.17" [dev-dependencies.async-recursion] version = "1" [dev-dependencies.batbox-cli] version = "0.16" [dev-dependencies.batbox-color] version = "0.16" [dev-dependencies.batbox-la] version = "0.16" [dev-dependencies.batbox-logger] version = "0.16" [dev-dependencies.batbox-time] version = "0.16" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.geng-shader] version = "0.17" [dev-dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.8"