We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f0feb commit 7c9b9ceCopy full SHA for 7c9b9ce
Cargo.toml
@@ -7,6 +7,9 @@ homepage = "https://www.iota.org"
7
license = "Apache-2.0"
8
repository = "https://github.com/iotaledger/sd-jwt"
9
rust-version = "1.65"
10
+readme = "./README.md"
11
+description = "Rust implementation of the Selective Disclosure for JWTs (SD-JWT)"
12
+keywords = ["sd-jwt", "selective-disclosure", "disclosure"]
13
14
[dependencies]
15
multibase = { version = "0.9", default-features = false, features = ["std"] }
README.md
@@ -53,9 +53,10 @@ This library supports
53
Include the library in your `cargo.toml`.
54
55
```bash
56
-[dependencies]
57
-sd-jwt = { version = "0.1.0" }
+//todo
58
```
+<!-- [dependencies] -->
59
+<!-- sd-jwt = { version = "0.1.0" } -->
60
61
## Examples
62
0 commit comments