lnmp-codec 0.5.5

Parser and encoder for LNMP (LLM Native Minimal Protocol) text format
Documentation
[[bench]]
harness = false
name = "v05_performance"
path = "benches/v05_performance.rs"

[dependencies.lnmp-core]
version = "0.5.5"

[dependencies.lnmp-embedding]
version = "0.5.4"

[dependencies.lnmp-quant]
version = "0.5.4"

[dependencies.lnmp-sanitize]
version = "0.5.4"

[dependencies.lnmp-sfe]
version = "0.5.4"

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

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

[[example]]
name = "encode_example"
path = "examples/encode_example.rs"

[[example]]
name = "gen_delta_fixture"
path = "examples/gen_delta_fixture.rs"

[[example]]
name = "parse_example"
path = "examples/parse_example.rs"

[[example]]
name = "round_trip"
path = "examples/round_trip.rs"

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

[package]
authors = ["LNMP Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "Parser and encoder for LNMP (LLM Native Minimal Protocol) text format"
edition = "2021"
keywords = ["lnmp", "protocol", "parser", "encoder", "codec"]
license = "MIT"
name = "lnmp-codec"
readme = "README.md"
repository = "https://github.com/lnmplang/lnmp-protocol"
rust-version = "1.91.0"
version = "0.5.5"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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