vecgraph-proto 0.1.1

Protobuf definitions for vecgraph's gRPC API.
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-proto"
version = "0.1.1"
authors = ["RyeBread <info@rye.moe>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protobuf definitions for vecgraph's gRPC API."
readme = "README.md"
license = "MIT"
repository = "https://github.com/ryebreadgit/vecgraph"
resolver = "2"

[package.metadata.cargo-machete]
ignored = [
    "tonic-prost-build",
    "prost",
    "serde",
    "tonic-prost",
]

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

[dependencies.prost]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tonic]
version = "0.14"

[dependencies.tonic-prost]
version = "0.14"

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

[build-dependencies.tonic-prost-build]
version = "0.14"