# 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.1.0" authors = ["Patryk Wojtyczek"] 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" [dependencies.anyhow] version = "1" [dependencies.prost] version = "0.12" [dependencies.tonic] version = "0.10" [dependencies.tonic-build] version = "0.10" features = ["prost"]