vectrust 0.1.4

High-performance local vector database with HNSW indexing
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"
name = "vectrust"
version = "0.1.4"
authors = ["Vectrust Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance local vector database with HNSW indexing"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anvanster/vectrust"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.uuid]
version = "1.6"
features = ["v4"]

[dependencies.vectrust-core]
version = "0.1.4"

[dependencies.vectrust-index]
version = "0.1.4"

[dependencies.vectrust-query]
version = "0.1.4"

[dependencies.vectrust-storage]
version = "0.1.4"

[dev-dependencies.tempfile]
version = "3.8"