Skip to content

Commit

Permalink
Cargo.toml update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blindspot22 committed Nov 25, 2024
1 parent 78f8857 commit fec3b1c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description = "A Rust Mediator for DIDComm messaging, supporting secure and dece
repository = "https://github.com/adorsys/didcomm-mediator-rs"
homepage = "https://github.com/adorsys/didcomm-mediator-rs/blob/main/README.md"
documentation = "https://github.com/adorsys/didcomm-mediator-rs/tree/main/docs"
keywords = ["DIDComm", "Mediator", "DIDComm Mediator", "DIDComm Mediation", "DIDCOMM Messaging", "Decentralized Identity", "Rust Mediator"]
categories = ["cryptography", "decentralized-systems"]
keywords = ["didcomm", "mediator", "didcomm mediator", "didcomm messaging", "rust mediator"]
categories = ["cryptography"]
edition = "2021"
readme = "README.md"




Expand Down
9 changes: 8 additions & 1 deletion crates/keystore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "keystore"
version = "0.1.0"
version = "0.1.0"
authors = ["adorsys GmbH Co. KG"]
license = "Apache-2.0"
description = "The `keystore` is a core component of the DIDComm Mediator system, designed to facilitate secure, decentralized communication within the Self-Sovereign Identity (SSI) ecosystem."
repository = "https://github.com/adorsys/didcomm-mediator-rs/tree/main/crates/web-plugins/keystore"
keywords = ["keystore", "didcomm", "didcomm mediator", "didcomm messaging", "rust mediator"]
categories = ["cryptography"]
edition = "2021"


[dependencies]
did-utils.workspace = true

Expand Down
6 changes: 6 additions & 0 deletions crates/plugin-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "plugin-api"
version = "0.1.0"
edition = "2021"
authors = ["adorsys GmbH Co. KG"]
license = "Apache-2.0"
description = "The `plugin-api` is a core component of the DIDComm Mediator system, designed to facilitate secure, decentralized communication within the Self-Sovereign Identity (SSI) ecosystem."
repository = "https://github.com/adorsys/didcomm-mediator-rs/tree/main/crates/plugin-api"
keywords = ["plugin-api", "didcomm", "didcomm mediator", "didcomm messaging", "rust mediator"]
categories = ["cryptography"]


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/web-plugins/did-endpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "The `did-endpoint` crate provides tools and functionalities for g
repository = "https://github.com/adorsys/didcomm-mediator-rs/tree/main/crates/web-plugins/did-endpoint"
keywords = ["did-endpoint", "didcomm", "mediator", "didcomm mediator","didcomm messaging"]
categories = ["cryptography"]
edition = "2024"
edition = "2021"

[dependencies]
database.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/web-plugins/oob-messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors = ["adorsys GmbH Co. KG"]
license = "Apache-2.0"
description = "A Rust library for implementing out of band messages for DID-based applications."
repository = "https://github.com/adorsys/didcomm-mediator-rs/tree/main/crates/web-plugins/oob-messages"
keywords = ["out-of-band", "oob", "obb-message", "DIDComm", "Mediator", "DIDComm Mediator", "DIDComm Mediation", "DIDCOMM Messaging", "Decentralized Identity", "Rust Mediator"]
categories = ["cryptography", "decentralized-systems"]
keywords = ["out-of-band", "oob", "obb-message", "didcomm", "Mediator"]
categories = ["cryptography"]
edition = "2021"

[dependencies]
Expand Down

0 comments on commit fec3b1c

Please sign in to comment.