mbus-core 0.4.0

Modbus core functionalities to provide 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-core"
version = "0.4.0"
authors = ["Raghava Ch <ch.raghava44@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modbus core functionalities to provide modbus-rs project"
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]
coils = []
default = [
    "serial-ascii",
    "coils",
    "registers",
    "discrete-inputs",
    "fifo",
    "file-record",
    "diagnostics",
]
diagnostics = []
discrete-inputs = []
fifo = []
file-record = []
registers = []
serial-ascii = []

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

[dependencies.bitfields]
version = "1.0.0"

[dependencies.heapless]
version = "0.8.0"