synapse-proto 0.0.2

Protocol Buffers message definitions for Synapse RPC
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 = "synapse-proto"
version = "0.0.2"
authors = ["Dewyer"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol Buffers message definitions for Synapse RPC"
homepage = "https://github.com/mips-underground/synapse"
readme = false
keywords = [
    "rpc",
    "protobuf",
    "synapse",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/mips-underground/synapse"

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

[dependencies.base64]
version = "0.22.1"

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

[dependencies.prost]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.chrono]
version = "0.4"

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

[build-dependencies.protoc-bin-vendored]
version = "3.0"