sochdb-grpc 0.4.4

SochDB gRPC services for cross-language clients (Thick Server / Thin Client architecture)
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"
rust-version = "1.85"
name = "sochdb-grpc"
version = "0.4.4"
authors = ["Sushanth <sushanth@sochdb.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SochDB gRPC services for cross-language clients (Thick Server / Thin Client architecture)"
homepage = "https://sochdb.dev"
documentation = "https://sochdb.dev"
readme = "README.md"
keywords = [
    "database",
    "llm",
    "ai",
    "vector-search",
    "embedded",
]
categories = [
    "database-implementations",
    "data-structures",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/sochdb/sochdb"
resolver = "2"

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

[[bin]]
name = "sochdb-grpc-server"
path = "src/main.rs"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dashmap]
version = "5.5"

[dependencies.parking_lot]
version = "0.12"

[dependencies.prost]
version = "0.13"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sochdb-core]
version = "0.4.4"
features = ["analytics"]

[dependencies.sochdb-index]
version = "0.4.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = [
    "rt-multi-thread",
    "signal",
    "macros",
    "sync",
    "time",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tonic]
version = "0.13"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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