mbus-network 0.6.0

Provides network transport layer functionalities for modbus-rs project
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"
name = "mbus-network"
version = "0.6.0"
authors = ["Raghava Ch <ch.raghava44@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides network transport layer functionalities for modbus-rs project"
homepage = "https://github.com/Raghava-Ch"
readme = "README.md"
keywords = [
    "modbus",
    "embedded",
    "no-std",
    "device",
]
categories = [
    "embedded",
    "no-std",
]
license = "GPL-3.0-only"
repository = "https://github.com/Raghava-Ch/modbus-rs"
resolver = "2"

[features]
default = []
logging = ["dep:log"]
wasm = [
    "dep:wasm-bindgen",
    "dep:js-sys",
    "dep:web-sys",
]

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

[dependencies.heapless]
version = "0.8.0"

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.log]
version = "0.4.29"
optional = true
default-features = false

[dependencies.mbus-core]
version = "0.6.0"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.web-sys]
version = "0.3"
features = [
    "WebSocket",
    "MessageEvent",
    "ErrorEvent",
    "CloseEvent",
    "BinaryType",
    "Blob",
    "Event",
]
optional = true