ruvector-temporal-tensor 2.0.4

Temporal tensor compression with tiered quantization for RuVector
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.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"