Skip to content

Commit d3d33ae

Browse files
Donghun LeeDonghun Lee
authored andcommitted
v0.1.1 Reference CLI for mutual verification protocol schema conformance
0 parents  commit d3d33ae

13 files changed

Lines changed: 2193 additions & 0 deletions

CHECKSUMS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Release Artifact
2+
sha256(pmatrix-protocol-encoder-cli-v0.1.1.zip) = e3ce1842b0f03a40d757a0c3de073e6cf53d0c576cdab5659f8cf019a3e1d984
3+
Normative authority: 4.0 TechRxiv Paper v1.1 §5–§8

Cargo.lock

Lines changed: 372 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[package]
2+
name = "pmatrix-protocol-encoder-cli"
3+
version = "0.1.1"
4+
edition = "2021"
5+
description = "P-MATRIX 4.0 Protocol Reference Encoder CLI — Non-normative schema validation"
6+
license = "Apache-2.0"
7+
authors = ["Dong Hun Lee <architect@p-matrix.io>"]
8+
9+
[[bin]]
10+
name = "pmatrix-protocol"
11+
path = "src/main.rs"
12+
13+
[dependencies]
14+
clap = { version = "4.4", features = ["derive"] }
15+
serde = { version = "1", features = ["derive"] }
16+
serde_json = "1"
17+
sha2 = "0.10"
18+
regex = "1.10"

0 commit comments

Comments
 (0)