[package] name = "ahnlich_client_rs" version = "0.0.0" authors = ["Diretnan Domnan "] categories = ["database-implementations", "database", "web-programming"] keywords = ["ahnlich", "in-memory", "ai"] edition = "2021" license-file = "LICENSE" homepage = "https://github.com/deven96/ahnlich" repository = "https://github.com/deven96/ahnlich" description = "Client library for accessing in-memory ahnlich vector database and ai-proxy" [badges] maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ahnlich_types = { path = "../types", version = "0.0.0" } thiserror.workspace = true once_cell.workspace = true bincode.workspace = true async-trait.workspace = true tokio.workspace = true deadpool.workspace = true fallible_collections.workspace = true typed-builder = "0.20.0"