chronos-vector 0.1.1

High-performance temporal vector database — treats time as a geometric dimension of embedding space
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 = "2024"
rust-version = "1.88.0"
name = "chronos-vector"
version = "0.1.1"
authors = ["Manuel Couto Pintos"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance temporal vector database — treats time as a geometric dimension of embedding space"
readme = "README.md"
keywords = [
    "vector-database",
    "temporal",
    "hnsw",
    "embeddings",
    "analytics",
]
categories = [
    "database",
    "science",
    "algorithms",
]
license-file = "LICENSE"
repository = "https://github.com/manucouto1/chronos-vector"
resolver = "2"

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

[dependencies.cvx-analytics]
version = "0.1.1"

[dependencies.cvx-core]
version = "0.1.1"

[dependencies.cvx-index]
version = "0.1.1"

[dependencies.cvx-ingest]
version = "0.1.1"

[dependencies.cvx-query]
version = "0.1.1"

[dependencies.cvx-storage]
version = "0.1.1"