# 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 = "bracket-state-machine" version = "0.2.0" authors = ["Jacob LeCoq "] publish = true description = "State management library for bracket-lib terminal" homepage = "https://github.com/lecoqjacob/bracket-state-machine" readme = "README.md" keywords = [ "gamedev", "bracket-lib", ] categories = ["game-engines"] license = "MIT" resolver = "2" [dependencies.bracket-lib] version = "^0.8" [features] crssterm = ["bracket-lib/crossterm"] curses = ["bracket-lib/curses"] opengl = ["bracket-lib/opengl"] serde = ["bracket-lib/serde"] threaded = ["bracket-lib/threaded"]