bevy-input-sequence 0.10.0

Recognizes and acts on input sequences
Documentation
# 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.10.0"
authors = [
    "elm",
    "Shane Celis <shane.celis@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Recognizes and acts on input sequences"
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"

[package.metadata.docs.rs]
features = ["x11"]

[features]
x11 = ["bevy/x11"]

[lib]
name = "bevy_input_sequence"
path = "src/lib.rs"

[[example]]
name = "gamepad_button"
path = "examples/gamepad_button.rs"

[[example]]
name = "keycode"
path = "examples/keycode.rs"

[[example]]
name = "keymod"
path = "examples/keymod.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[[example]]
name = "multiple_input"
path = "examples/multiple_input.rs"

[[example]]
name = "only_if"
path = "examples/only_if.rs"

[[example]]
name = "run_if"
path = "examples/run_if.rs"

[[test]]
name = "act"
path = "tests/act.rs"

[[test]]
name = "macros"
path = "tests/macros.rs"

[[test]]
name = "simulated"
path = "tests/simulated.rs"

[[test]]
name = "try_build_tests"
path = "tests/try_build_tests.rs"

[[test]]
name = "version-numbers"
path = "tests/version-numbers.rs"

[dependencies.bevy]
version = "0.18"
features = [
    "std",
    "async_executor",
    "bevy_log",
]
default-features = false

[dependencies.keyseq]
version = "0.8.0"
features = ["bevy"]

[dependencies.trie-rs]
version = "0.4"

[dev-dependencies.bevy]
version = "0.18"

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.version-sync]
version = "0.9"