msrt 0.1.1

Portable MSRT protocol implementation.
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 = "msrt"
version = "0.1.1"
authors = ["Atlas Orein <gamesworldcraft@gamil.com>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "ROADMAP.md",
    "SPEC.md",
    "benches/**",
    "src/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable MSRT protocol implementation."
documentation = "https://docs.rs/msrt"
readme = "README.md"
keywords = [
    "serial",
    "transport",
    "protocol",
    "no-std",
    "embedded",
]
categories = [
    "embedded",
    "network-programming",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/atlas-orien/msrt"

[features]
default = ["std"]
std = []

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

[[bin]]
name = "msrt-smoke"
path = "src/bin/msrt-smoke.rs"

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

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

[[bench]]
name = "protocol"
path = "benches/protocol.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.8.2"
default-features = false