From 0d37b7d97fa23bd044166811cc05fac6677354c1 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Thu, 26 Sep 2024 11:24:18 +0200 Subject: [PATCH] Update Cargo.toml files --- Cargo.toml | 7 ++++++- isal-sys/Cargo.toml | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 092b884..309c077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,13 @@ name = "isal-rs" version = "0.4.0+496255c" edition = "2021" description = "isa-l Rust bindings" -license = "MIT" readme = "README.md" +license = "MIT AND BSD-3-Clause" +authors = ["Miles Granger "] +documentation = "https://docs.rs/isal-rs" +homepage = "https://github.com/milesgranger/isal-rs" +repository = "https://github.com/milesgranger/isal-rs" +keywords = ["isal", "isa-l", "igzip", "gzip", "deflate", "zlib", "compression", "decompression"] [lib] name = "isal" diff --git a/isal-sys/Cargo.toml b/isal-sys/Cargo.toml index a4bb383..e86ffaf 100644 --- a/isal-sys/Cargo.toml +++ b/isal-sys/Cargo.toml @@ -3,7 +3,11 @@ name = "isal-sys" version = "0.4.0+496255c" edition = "2021" description = "isa-l sys crate" -license = "MIT" +license = "MIT AND BSD-3-Clause" +authors = ["Miles Granger "] +documentation = "https://docs.rs/isal-rs" +homepage = "https://github.com/milesgranger/isal-rs" +repository = "https://github.com/milesgranger/isal-rs" [features] default = ["static"]