# 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" rust-version = "1.75.0" name = "posturn" version = "0.2.0" authors = ["Andrew T. Christensen "] exclude = [".*"] description = "Build turn-based games with `async` Rust" readme = "README.md" keywords = [ "gamedev", "game", "turn-based", "coroutine", "async", ] categories = [ "game-development", "asynchronous", ] license = "MIT" repository = "https://github.com/andrewtc/posturn" [dependencies.genawaiter] version = "^0.99" [dev-dependencies.futures] version = "^0.3"