[package]
edition = "2021"
rust-version = "1.77"
name = "ruvector-temporal-tensor"
version = "2.0.4"
authors = ["Ruvector Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Temporal tensor compression with tiered quantization for RuVector"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"
[features]
default = []
ffi = []
persistence = []
simd = []
[lib]
name = "ruvector_temporal_tensor"
crate-type = ["lib"]
path = "src/lib.rs"
[[test]]
name = "benchmarks"
path = "tests/benchmarks.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "persistence_tests"
path = "tests/persistence_tests.rs"
[[test]]
name = "property_tests"
path = "tests/property_tests.rs"
[[test]]
name = "stress_tests"
path = "tests/stress_tests.rs"
[[test]]
name = "wasm_ffi_test"
path = "tests/wasm_ffi_test.rs"