# 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 = "bevy-input-sequence" version = "0.5.0" authors = [ "elm", "Shane Celis ", ] description = "Recognizes input sequences and send events" readme = "README.md" keywords = [ "gamedev", "bevy", "hotkey", "cheat-code", "input", ] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/elm-register/bevy-input-sequence" [[example]] name = "keycode" path = "examples/keycode.rs" [[example]] name = "gamepad_button" path = "examples/gamepad_button.rs" [[example]] name = "multiple_input" path = "examples/multiple_input.rs" [dependencies.bevy] version = "0.14" features = [] default-features = false [dependencies.keyseq] version = "0.3.0" features = ["bevy"] [dependencies.trie-rs] version = "0.4" [dev-dependencies.bevy] version = "0.14" [dev-dependencies.trybuild] version = "1.0" [dev-dependencies.version-sync] version = "0.9"