git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
19 lines
523 B
TOML
19 lines
523 B
TOML
[package]
|
|
name = "ruvector-temporal-tensor"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
description = "Temporal tensor compression with tiered quantization for RuVector"
|
|
|
|
[features]
|
|
default = []
|
|
ffi = [] # Enable WASM/C FFI exports
|
|
simd = [] # Enable SIMD-accelerated quantization (future)
|
|
persistence = [] # Enable disk-backed BlockIO and MetaLog (uses std::fs)
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|