vecgraph-client 0.1.1

Client library for vecgraph, providing gRPC client implementation and related utilities.
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 = "vecgraph-client"
version = "0.1.1"
authors = ["RyeBread <info@rye.moe>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for vecgraph, providing gRPC client implementation and related utilities."
readme = "README.md"
license = "MIT"
repository = "https://github.com/ryebreadgit/vecgraph"
resolver = "2"

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

[dependencies.async-compat]
version = "0.2"

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

[dependencies.tonic]
version = "0.14"

[dependencies.vecgraph-core]
version = "0.1.1"
default-features = false

[dependencies.vecgraph-proto]
version = "0.1.1"