openlogi-hidpp 0.6.21

OpenLogi's vendored fork of the `hidpp` crate (Logitech HID++ protocol).
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 = "2024"
rust-version = "1.96"
name = "openlogi-hidpp"
version = "0.6.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenLogi's vendored fork of the `hidpp` crate (Logitech HID++ protocol)."
readme = "README.md"
keywords = [
    "hid++",
    "logitech",
    "hid",
    "mouse",
    "keyboard",
]
categories = ["hardware-support"]
license = "0BSD"
repository = "https://github.com/AprilNEA/OpenLogi"

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

[dependencies.async-channel]
version = "2.3.1"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.bitflags]
version = "2"
features = ["serde"]

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-timer]
version = "3.0.4"

[dependencies.hex]
version = "0.4.3"

[dependencies.hidreport]
version = "0.5.0"

[dependencies.num_enum]
version = "0.7.3"

[dependencies.rand]
version = "0.9.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2"