rodbus 0.1.1

A high-performance implementation of the Modbus protocol using Tokio and async/await
Documentation
[badges.codecov]
branch = "master"
repository = "automatak/rodbus"
service = "github"

[badges.maintenance]
status = "actively-developed"
[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
features = ["tcp", "sync", "io-util", "time", "rt-core", "rt-threaded", "macros"]
version = "^0.2.5"
[dev-dependencies.simple_logger]
version = "1.3"

[dev-dependencies.tokio-test]
version = "0.2"

[package]
authors = ["Adam Crain <jadamcrain@automatak.com>", "Émile Grégoire <emile@automatak.com>"]
categories = ["network-programming"]
description = "A high-performance implementation of the Modbus protocol using Tokio and async/await"
edition = "2018"
keywords = ["modbus", "ics", "industrial", "plc", "security"]
license = "BSD-3-Clause"
name = "rodbus"
readme = "../README.md"
repository = "https://www.github.com/automatak/rodbus"
version = "0.1.1"