data-space-protocol-rs 0.1.0

A Rust implementation of the Data Space Protocol (DSP) as defined by the International Data Spaces Association (IDSA).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "data-space-protocol-rs"
description = """
A Rust implementation of the Data Space Protocol (DSP) as defined by the International Data Spaces Association (IDSA).
"""
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["dsp", "data-space", "dataspace", "idsa"]
authors = [
    "Maximilian Schönenberg <mschoenenberg@truzzt.com>",
    "Daniel Hommen <dhommen@orbiter.de>"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]