ahnlich_client_rs 0.2.1

Client library for accessing in-memory ahnlich vector database and ai-proxy
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 = "ahnlich_client_rs"
version = "0.2.1"
authors = ["Diretnan Domnan <diretnandomnan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for accessing in-memory ahnlich vector database and ai-proxy"
homepage = "https://github.com/deven96/ahnlich"
readme = "README.md"
keywords = [
    "ahnlich",
    "in-memory",
    "ai",
]
categories = [
    "database-implementations",
    "database",
    "web-programming",
]
license-file = "LICENSE"
repository = "https://github.com/deven96/ahnlich"
resolver = "2"

[badges.maintenance]
status = "actively-developed"

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

[dependencies.ahnlich_types]
version = "0.2.1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "1.3.3"

[dependencies.fallible_collections]
version = "0.4.9"

[dependencies.http]
version = "1.2.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.37.0"
features = [
    "net",
    "macros",
    "io-util",
    "rt-multi-thread",
    "sync",
    "signal",
]

[dependencies.tonic]
version = "0.12.3"