atomr-remote-serial 0.9.2

Serial / USB-attached transport for atomr-remoting. Wraps tokio-serial and reuses atomr-remote's framed PDU codec to ship actor messages over /dev/ttyACM0, /dev/ttyGS0, COMx without going over the network.
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 = "2021"
rust-version = "1.78"
name = "atomr-remote-serial"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serial / USB-attached transport for atomr-remoting. Wraps tokio-serial and reuses atomr-remote's framed PDU codec to ship actor messages over /dev/ttyACM0, /dev/ttyGS0, COMx without going over the network."
homepage = "https://github.com/rustakka/atomr"
documentation = "https://docs.rs/atomr-remote-serial"
readme = "README.md"
keywords = [
    "actor",
    "remote",
    "usb",
    "serial",
    "tokio",
]
categories = [
    "network-programming",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/rustakka/atomr"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.atomr-core]
version = "0.9.2"

[dependencies.atomr-remote]
version = "0.9.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1.39"
features = ["full"]

[dependencies.tokio-serial]
version = "5.4"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.atomr-config]
version = "0.9.2"

[dev-dependencies.nix]
version = "0.29"
features = [
    "term",
    "fs",
]
default-features = false

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

[lints.clippy]
todo = "deny"
unimplemented = "deny"