br-hid 0.2.0

This is an Bluetooth HID
Documentation
[dependencies.env_logger]
version = "0.11"

[dependencies.json]
version = "0.12"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.22"

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

[package]
authors = ["Carry <7991156@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This is an Bluetooth HID"
edition = "2021"
exclude = ["INSTALL.md", "examples"]
keywords = ["br", "hid"]
license = "MIT"
name = "br-hid"
readme = "README.md"
version = "0.2.0"

[target.'cfg(target_os = "macos")'.dependencies.hidapi]
features = ["macos-shared-device"]
version = "2.6"

[target.'cfg(target_os = "windows")'.dependencies.hidapi]
features = ["windows-native"]
version = "2.6"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_System_LibraryLoader", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_UI_Input", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging"]
version = "0.54"