From 45c43c91300c037e8c5739c91b21ba6e03043e0c Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 13 Dec 2024 17:41:36 +0800 Subject: [PATCH] README.md: Document protobuf feature (#531) Signed-off-by: John Vandenberg --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb4b5617..d9d520bf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Find the latest documentation at . This crate provides several optional components which can be enabled via [Cargo `[features]`](https://doc.rust-lang.org/cargo/reference/features.html): +- `protobuf`: Protobuf support, enabled by default. + - `gen`: To generate protobuf client with the latest protobuf version instead of using the pre-generated client.