# 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.56.1" name = "solstack" version = "0.3.2" authors = ["solmateus "] include = [ "src/", "LICENSE-*", "README.md", "CHANGELOG.md", ] description = "Enables management of your app's or game's control flow through a simple state stack machine." homepage = "https://solmateus.gitbook.io/solstack/" documentation = "https://docs.rs/solstack" readme = "README.md" keywords = [ "game", "ecs", "state", "stack", "machine", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/solmateus/solstack" [[example]] name = "guessing_game" path = "examples/guessing_game.rs" [[bench]] name = "ticking" path = "benches/ticking.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5"