# 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 = "seldom_state" version = "0.11.0" exclude = ["assets/"] description = "Component-based state machine plugin for Bevy. Useful for AI, player state, and other entities that occupy various states." readme = "README.md" keywords = [ "gamedev", "bevy", "ai", "state-machine", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Seldom-SE/seldom_state" [package.metadata.docs.rs] all-features = true [[example]] name = "input" required-features = ["leafwing_input"] [dependencies.bevy] version = "0.14.0" default-features = false [dependencies.either] version = "1.9" [dependencies.leafwing-input-manager] version = "0.14.0" optional = true default-features = false [dev-dependencies.bevy] version = "0.14.0" [dev-dependencies.leafwing-input-manager] version = "0.14.0" [features] leafwing_input = ["dep:leafwing-input-manager"]