From 1ce8d67142678e4e21f4fb7c743ab14504e80d9b Mon Sep 17 00:00:00 2001 From: Casper Meijn Date: Mon, 22 Apr 2024 16:44:00 +0200 Subject: [PATCH] chore: Update crate descriptions Each published crate should have a unique description. --- prost-build/Cargo.toml | 2 +- prost-derive/Cargo.toml | 2 +- prost-types/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index 809828be5..446b6b4cf 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" repository = "https://github.com/tokio-rs/prost" documentation = "https://docs.rs/prost-build" readme = "README.md" -description = "A Protocol Buffers implementation for the Rust Language." +description = "Generate Prost annotated Rust types from Protocol Buffers files." edition = "2021" rust-version = "1.70" diff --git a/prost-derive/Cargo.toml b/prost-derive/Cargo.toml index a9ef2da63..0f107bf37 100644 --- a/prost-derive/Cargo.toml +++ b/prost-derive/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" repository = "https://github.com/tokio-rs/prost" documentation = "https://docs.rs/prost-derive" readme = "README.md" -description = "A Protocol Buffers implementation for the Rust Language." +description = "Generate encoding and decoding implementations for Prost annotated types." edition = "2021" rust-version = "1.70" diff --git a/prost-types/Cargo.toml b/prost-types/Cargo.toml index 28f0ddb32..d4a6d1fef 100644 --- a/prost-types/Cargo.toml +++ b/prost-types/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" repository = "https://github.com/tokio-rs/prost" documentation = "https://docs.rs/prost-types" readme = "README.md" -description = "A Protocol Buffers implementation for the Rust Language." +description = "Prost definitions of Protocol Buffers well known types." edition = "2021" rust-version = "1.70"