scr-runtime-compression 0.1.0

Runtime integration adapter for semantic-memory compression layer — CompressedSearchPath and ExactFallbackAdapter delegates to turbo-quant/fib-quant
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75"
name = "scr-runtime-compression"
version = "0.1.0"
authors = ["sikmindz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime integration adapter for semantic-memory compression layer — CompressedSearchPath and ExactFallbackAdapter delegates to turbo-quant/fib-quant"
homepage = "https://github.com/nousresearch/Libraries/tree/main/scr-runtime-compression"
documentation = "https://docs.rs/scr-runtime-compression"
readme = "README.md"
keywords = [
    "compression",
    "runtime",
    "semantic-memory",
    "quantization",
    "adapter",
]
categories = [
    "compression",
    "database",
]
license = "MIT"
repository = "https://github.com/nousresearch/Libraries"

[features]
default = [
    "turbo",
    "fib",
    "polar",
    "qjl",
]
fib = ["dep:fib-quant"]
polar = ["dep:turbo-quant"]
qjl = ["dep:turbo-quant"]
turbo = ["dep:turbo-quant"]

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

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

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.fib-quant]
version = "0.1.0-alpha.1"
optional = true

[dependencies.quant-governor]
version = "0.1.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.turbo-quant]
version = "0.2.1"
optional = true

[dev-dependencies.bytemuck]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rand_chacha]
version = "0.3"

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

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"

[lints.clippy.expect_used]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"