chessnut 0.0.1

Rust driver for Chessnut electronic chess boards
Documentation
[package]
categories = ["hardware-support"]
description = "Rust driver for Chessnut electronic chess boards"
documentation = "https://docs.rs/chessnut"
edition = "2024"
keywords = ["chess", "chessnut", "driver"]
license = "MIT"
name = "chessnut"
repository = "https://github.com/faultymajority/chessnut"
version = "0.0.1"

[dependencies]
anyhow = "1"
hex = "0.4"
hidapi = "2.6"
shakmaty = "0.27"
thiserror = "2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }