atomr-remote 0.3.1

Cross-process and cross-host actor messaging for atomr — TCP transport, framed PDU codec, ack'd delivery, endpoint state machine, watcher.
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"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-process and cross-host actor messaging for atomr — TCP transport, framed PDU codec, ack'd delivery, endpoint state machine, watcher."
homepage = "https://github.com/rustakka/atomr"
documentation = "https://docs.rs/atomr-remote"
readme = "README.md"
keywords = [
    "actor",
    "remote",
    "distributed",
    "tcp",
    "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"
path = "src/lib.rs"

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

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

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

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

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

[dependencies.atomr-config]
version = "0.3.1"

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

[dependencies.bincode]
version = "2.0.0-rc.3"
features = ["serde"]

[dependencies.bytes]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.tracing]
version = "0.1"

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