From 8c22543f9bd2b18415a5358c59656d3a802da6ab Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 27 Aug 2023 16:59:11 +0800 Subject: [PATCH] feat: update cargo meta --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b3ef5fd..ae196b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "aes-gcm-stream" version = "0.1.0" edition = "2021" +authors = ["Hatter Jiang"] +repository = "https://git.hatter.ink/hatter/aes-gcm-stream" +description = "AES GCM stream encrypt and decrypt library, supports AES128/192/256 bit keys" +license = "MIT OR Apache-2.0" +keywords = ["crypto", "aes", "gcm", "stream"] +categories = ["cryptography"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html