[package]
edition = "2021"
rust-version = "1.77"
name = "modbus-impl"
version = "0.6.0"
authors = ["sndnvaps <admin@sndnvaps.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small `no_std` Modbus RTU helper library designed to run on embedded Rust targets"
documentation = "https://docs.rs/modbus-impl"
readme = "README.md"
keywords = [
"modbus",
"embedded-hal",
"no-std",
]
categories = [
"embedded",
"hardware-support",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sndnvaps/modbus-impl"
[package.metadata.docs.rs]
targets = ["thumbv6m-none-eabi"]
[lib]
name = "modbus_impl"
path = "src/lib.rs"