erltf 0.8.0

Erlang External Term Format codec for Rust
Documentation
[[bench]]
harness = false
name = "decoding"
path = "benches/decoding.rs"

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

[dependencies.bytes]
version = "1.9"

[dependencies.flate2]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.nom]
version = "7.1"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

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

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

[dev-dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Michael S. Klishin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "network-programming"]
description = "Erlang External Term Format codec for Rust"
edition = "2024"
keywords = ["erlang", "etf", "external-term-format", "codec", "serialization"]
license = "MIT OR Apache-2.0"
name = "erltf"
readme = "README.md"
repository = "https://github.com/michaelklishin/edp-rs"
resolver = "2"
version = "0.8.0"

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

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

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

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

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

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

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

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

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

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

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