flatbuffers-tonic 0.1.2

gRPC with flatbuffers for Rust.
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 = "flatbuffers-tonic"
version = "0.1.2"
authors = ["youyuanwu@outlook.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC with flatbuffers for Rust."
documentation = "https://docs.rs/flatbuffers-tonic/latest/flatbuffers_tonic/"
readme = "README.md"
keywords = [
    "flatbuffers",
    "gRPC",
    "tonic",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/youyuanwu/flatbuffers-tonic"
resolver = "2"

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

[dependencies.bytes]
version = "1"

[dependencies.flatbuffers]
version = ">=25.2.10,<26"

[dependencies.flatbuffers-util]
version = "0.1"
features = ["reflect"]
default-features = false

[dependencies.tonic]
version = "0.14"