ahnlich_types 0.2.2

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

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

[dependencies.ascii85]
version = "0.2.1"

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

[dependencies.serde]
version = "1.0.*"
features = [
    "derive",
    "rc",
]

[dependencies.tonic]
version = "0.12.3"

[build-dependencies.prost-build]
version = "0.13.4"

[build-dependencies.tonic-build]
version = "0.12.3"

[build-dependencies.walkdir]
version = "2.5.0"