Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
18
crates/ruvector-temporal-tensor/Cargo.toml
Normal file
18
crates/ruvector-temporal-tensor/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user