Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release and distribution management concept for didcomm messaging #266

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
10 changes: 8 additions & 2 deletions crates/web-plugins/did-endpoint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[package]
name = "did-endpoint"
version = "0.1.0"
name = "did-endpoint"
version = "0.1.0"
authors = ["adorsys GmbH Co. KG"]
license = "Apache-2.0"
description = "The `did-endpoint` crate provides tools and functionalities for generating and managing Decentralized Identifiers (DIDs) and web-based interactions."
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 = "2021"

[dependencies]
Expand Down
11 changes: 9 additions & 2 deletions crates/web-plugins/didcomm-messaging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "didcomm-messaging"
version = "0.1.0"
name = "didcomm-messaging"
version = "0.1.0"
authors = ["adorsys GmbH Co. KG"]
license = "Apache-2.0"
description = "The `didcomm-messaging` 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/did-endpoint"
keywords = ["didcomm messaging","didcomm", "didcomm mediator", "didcomm mediation", "decentralized identity"]
categories = ["cryptography"]
edition = "2021"


[dependencies]
did-utils.workspace = true
database.workspace = true
Expand Down
10 changes: 8 additions & 2 deletions crates/web-plugins/didcomm-messaging/did-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[package]
name = "did-utils"
version = "0.1.0"
name = "did-utils"
version = "0.1.0"
authors = ["adorsys GmbH Co. KG"]
license = "Apache-2.0"
description = "A Rust library for implementing reusable utility code for DID-based applications"
repository = "https://github.com/adorsys/didcomm-mediator-rs/tree/main/crates/web-plugins/didcomm-messaging/did-utils"
keywords = ["did-utils","didcomm", "didcomm-messaging"]
categories = ["cryptography"]
edition = "2021"

[dependencies]
Expand Down
7 changes: 1 addition & 6 deletions crates/web-plugins/didcomm-messaging/did-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ let decrypted_did_document = encrypted_did_document.decrypt(&my_private_key);

The documentation for the library is available here: https://docs.rs/did-utils/

## Contributors

* Bard
* [Your name]

## License

The library is licensed under the MIT License.
The library is licensed under the Apache License.
10 changes: 8 additions & 2 deletions crates/web-plugins/oob-messages/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[package]
name = "oob-messages"
version = "0.1.0"
name = "oob-messages"
version = "0.1.0"
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"]
categories = ["cryptography"]
edition = "2021"

[dependencies]
Expand Down
Loading