edp_client 0.6.0

Low-level Erlang Distribution Protocol client
Documentation
[dependencies.bitflags]
version = "2.6"

[dependencies.bytes]
version = "1.9"

[dependencies.erltf]
version = "0.6.0"

[dependencies.erltf_serde]
version = "0.6.0"

[dependencies.md-5]
version = "0.10"

[dependencies.nom]
version = "7.1"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.proptest]
version = "1.5"

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

[lib]
name = "edp_client"
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 = "Low-level Erlang Distribution Protocol client"
edition = "2024"
keywords = ["erlang", "distribution", "protocol", "client"]
license = "MIT OR Apache-2.0"
name = "edp_client"
readme = "README.md"
repository = "https://github.com/michaelklishin/edp-rs"
resolver = "2"
version = "0.6.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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