From 25ecf67b4bf5cbe8eb9b4b47ebd6977185958f5c Mon Sep 17 00:00:00 2001 From: Jonathan Behrens Date: Sun, 4 Feb 2024 14:13:08 -0800 Subject: [PATCH] Add crates.io metadata --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6bf9aea..1c3a111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,12 @@ version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.67.1" + +description = "WebP encoding and decoding in pure Rust" +homepage = "https://github.com/image-rs/image-webp" +repository = "https://github.com/image-rs/image-webp" +categories = ["multimedia::images", "multimedia::encoding", "encoding"] + include = ["/src", "LICENSE-APACHE", "LICENSE-MIT", "README.md"] [dependencies]