maa-framework 0.2.2

Rust bindings for MaaFramework
Documentation
[build-dependencies.bindgen]
version = "0.69.4"

[build-dependencies.ureq]
version = "2.9.6"

[build-dependencies.zip]
default-features = false
features = ["deflate"]
version = "0.6.6"
[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.thiserror]
version = "^1.0"

[features]
adb = []
custom = ["custom_recognizer", "custom_controller", "custom_action", "sync_context"]
custom_action = ["sync_context"]
custom_controller = ["sync_context"]
custom_recognizer = ["sync_context"]
dbg = []
default = ["toolkit", "adb", "win32", "dbg", "custom", "internal"]
download = []
internal = []
sync_context = []
toolkit = []
win32 = []

[package]
description = "Rust bindings for MaaFramework"
edition = "2021"
homepage = "https://github.com/MaaAssistantArknights/MaaFramework"
license = "LGPL-3.0"
name = "maa-framework"
repository = "https://github.com/MaaAssistantArknights/MaaFramework"
version = "0.2.2"