From a2ebaaf591da00de183d7f72a325594f4174fa58 Mon Sep 17 00:00:00 2001 From: Yasir Date: Mon, 18 Nov 2024 19:34:48 +0300 Subject: [PATCH] chore: fix Readme; populate crate details --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 9 ++++++++- README.md | 4 +--- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f12c327..a57fff3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,15 +4,15 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", @@ -21,18 +21,18 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.85" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" +checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" dependencies = [ "unicode-ident", ] [[package]] name = "quote" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] @@ -79,6 +79,6 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" diff --git a/Cargo.toml b/Cargo.toml index fb85b86..53ffec9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,15 @@ [package] - name = "secret-storage" version = "0.1.0" edition = "2021" +authors = ["IOTA Stiftung"] +homepage = "https://www.iota.org" +license = "Apache-2.0" +repository = "https://github.com/iotaledger/secret-storage" +rust-version = "1.65" +readme = "./README.md" +description = "A flexible and secure key storage interface for working with cryptographic keys and signatures with modular traits for key generation, signing, and management." +keywords = ["crypto", "storage", "keys", "signatures", "security"] [dependencies] anyhow = "1" diff --git a/README.md b/README.md index b2a2779..043ea38 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,4 @@ If you have a suggestion that would make this better, please fork the repo and c ## License -This project is licensed under the MIT License - see the LICENSE file for details. - -## Contact +Distributed under the Apache License. See LICENSE for more information.