lnmp 0.5.4

LNMP (LLM Native Minimal Protocol) - Meta crate providing unified access to all LNMP modules
Documentation
[dependencies.lnmp-codec]
version = "0.5.4"

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

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

[dependencies.lnmp-llb]
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"

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

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

[package]
authors = ["LNMP Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "data-structures"]
description = "LNMP (LLM Native Minimal Protocol) - Meta crate providing unified access to all LNMP modules"
edition = "2021"
keywords = ["lnmp", "protocol", "llm", "data-format", "meta"]
license = "MIT"
name = "lnmp"
readme = "README.md"
repository = "https://github.com/lnmplang/lnmp-protocol"
rust-version = "1.91.0"
version = "0.5.4"

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