[dependencies.serialport]
version = "4.7.2"
[dependencies.thiserror]
version = "2.0.12"
[lib]
name = "serialport_srwp"
path = "src/lib.rs"
[package]
authors = ["Dmitry <binqbit@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded"]
description = "A simple serial port protocol (SRWP) for read/write operations with the Blaustahl Storage Device. Enables memory access via basic commands for data transmission and device control."
edition = "2021"
keywords = ["serialport", "protocol", "io"]
license = "MIT"
name = "serialport_srwp"
readme = "README.md"
repository = "https://github.com/binqbit/serialport_srwp"
version = "2.2.6"