rusty-modbus-sim 0.1.0

YAML-driven Modbus device simulator
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.95"
name = "rusty-modbus-sim"
version = "0.1.0"
authors = ["Justin Scott <jscott3201@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YAML-driven Modbus device simulator"
homepage = "https://github.com/jscott3201/rusty-modbus"
readme = "README.md"
keywords = [
    "modbus",
    "industrial",
    "scada",
    "iot",
    "protocol",
]
categories = [
    "network-programming",
    "embedded",
]
license = "MIT"
repository = "https://github.com/jscott3201/rusty-modbus"

[package.metadata.docs.rs]
all-features = true

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

[[test]]
name = "sim_tests"
path = "tests/sim_tests.rs"

[dependencies.rusty-modbus-server]
version = "0.1.0"

[dependencies.rusty-modbus-types]
version = "0.1.0"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
    "macros",
]

[dev-dependencies.tokio]
version = "1"
features = ["full"]