From 4c9f94475264aee77392748085d1730cc9a67910 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Thu, 25 Apr 2024 18:15:32 +0800 Subject: [PATCH 1/2] Complement meta data for publishing to crates.io --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 21606e1..cd4562b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,16 @@ name = "rusty_vault" version = "0.1.0" edition = "2021" +license = "Apache-2.0" +description = """ +RustyVault is a powerful identity-based secrets management software, providing features such as +cryptographic key management, encryption as a service, public key cryptography, certificates management, identity credentials +management and so forth. + +RustyVault's RESTful API is designed to be fully compatible with Hashicorp Vault. +""" +homepage = "https://github.com/Tongsuo-Project/RustyVault" +documentation = "https://tongsuo.net/docs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From 2c48813976b7b53a8f307fd64d6fefe446163a0c Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 26 Apr 2024 17:00:26 +0800 Subject: [PATCH 2/2] fixup! Complement meta data for publishing to crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd4562b..2f18c5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ management and so forth. RustyVault's RESTful API is designed to be fully compatible with Hashicorp Vault. """ homepage = "https://github.com/Tongsuo-Project/RustyVault" -documentation = "https://tongsuo.net/docs" +documentation = "https://docs.rs/rusty_vault/latest/rusty_vault/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html