vein-database 0.1.0

Database layer for Vein - shared memory system for AI agents and tools
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"
name = "vein-database"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database layer for Vein - shared memory system for AI agents and tools"
readme = false
license = "Apache-2.0"
repository = "https://github.com/DiegoZaluski/vein"

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow-array]
version = "57"

[dependencies.arrow-schema]
version = "57"

[dependencies.directories]
version = "5.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.lancedb]
version = "0.27"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]