[[bench]]
harness = false
name = "profiling"
path = "benches/profiling.rs"
[[bench]]
harness = false
name = "quant_bench"
path = "benches/quant_bench.rs"
[dependencies.byteorder]
version = "1.4"
[dependencies.half]
version = "2.4"
[dependencies.lnmp-embedding]
version = "0.5.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.lnmp-core]
version = "0.5.2"
[[example]]
name = "lnmp_integration"
path = "examples/lnmp_integration.rs"
[[example]]
name = "quant_debug"
path = "examples/quant_debug.rs"
[lib]
name = "lnmp_quant"
path = "src/lib.rs"
[package]
authors = ["LNMP Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "compression", "algorithms"]
description = "Quantization and compression for LNMP embedding vectors with minimal accuracy loss"
edition = "2021"
keywords = ["lnmp", "quantization", "embedding", "compression", "vector"]
license = "MIT OR Apache-2.0"
name = "lnmp-quant"
readme = "README.md"
repository = "https://github.com/lnmplang/lnmp-protocol"
rust-version = "1.91.0"
version = "0.5.4"
[[test]]
name = "accuracy_tests"
path = "tests/accuracy_tests.rs"
[[test]]
name = "quant_roundtrip"
path = "tests/quant_roundtrip.rs"