README.md: Document protobuf feature (#531)

Signed-off-by: John Vandenberg <jayvdb@gmail.com>
This commit is contained in:
John Vandenberg 2024-12-13 17:41:36 +08:00 committed by GitHub
parent f0c9bc271b
commit 45c43c9130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ Find the latest documentation at <https://docs.rs/prometheus>.
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.