[dependencies.hashbrown]
version = "0.14"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.pretty_assertions]
version = "1.4"
[lib]
name = "aumm_core"
path = "src/lib.rs"
[package]
authors = ["tetthys <jeongwoo0830z@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std", "command-line-utilities"]
description = "Abstract Universal Macro Model core: deterministic gesture recognition and macro execution."
documentation = "https://docs.rs/aumm_core"
edition = "2021"
homepage = "https://github.com/tetthys/aumm_core"
include = ["Cargo.toml", "README.md", "LICENSE*", "src/**/*", "tests/**/*"]
keywords = ["macro", "gesture", "input", "hid", "state-machine"]
license = "MIT"
name = "aumm_core"
readme = "README.md"
repository = "https://github.com/tetthys/aumm_core"
version = "0.1.0"
[[test]]
name = "binding_test"
path = "tests/binding_test.rs"
[[test]]
name = "config_test"
path = "tests/config_test.rs"
[[test]]
name = "executor_test"
path = "tests/executor_test.rs"
[[test]]
name = "gesture_test"
path = "tests/gesture_test.rs"
[[test]]
name = "key_test"
path = "tests/key_test.rs"
[[test]]
name = "macros_test"
path = "tests/macros_test.rs"
[[test]]
name = "recognizer_test"
path = "tests/recognizer_test.rs"