groupcache-pb 0.3.0

groupcache protocol buffers - internal crate
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 = "2021"
name = "groupcache-pb"
version = "0.3.0"
authors = ["Patryk Wojtyczek"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "groupcache protocol buffers - internal crate"
homepage = "https://github.com/Petroniuss/groupcache"
readme = "readme.md"
keywords = [
    "distributed",
    "cache",
    "shard",
    "memcached",
    "gRPC",
]
categories = [
    "caching",
    "web-programming",
    "concurrency",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/Petroniuss/groupcache"

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

[dependencies.prost]
version = "0.14.1"

[dependencies.tonic]
version = "0.14.2"

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

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

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