edp_node 0.11.0

High-level Erlang Distribution Protocol node implementation
Documentation
[dependencies.dashmap]
version = "6.1"

[dependencies.edp_client]
version = "0.11.0"

[dependencies.erltf]
version = "0.11.0"

[dependencies.erltf_serde]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
default-features = false
features = ["full", "net", "io-util", "time", "sync", "macros", "rt"]
version = "1.42"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
default-features = false
features = ["full", "rt", "rt-multi-thread", "test-util"]
version = "1.42"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

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

[package]
authors = ["Michael S. Klishin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "High-level Erlang Distribution Protocol node implementation"
edition = "2024"
keywords = ["erlang", "distribution", "node", "actor", "otp"]
license = "MIT OR Apache-2.0"
name = "edp_node"
readme = "README.md"
repository = "https://github.com/michaelklishin/edp-rs"
resolver = "2"
version = "0.11.0"

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

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

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

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

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

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