Skip to content

Commit 492e839

Browse files
committed
Release 0.0.3.
- clean-up readme Signed-off-by: Sergey Minaev <[email protected]>
1 parent 32e393a commit 492e839

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "sd-jwt-rs"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
description = "Rust reference implementation of the IETF SD-JWT specification (v6)."
77
rust-version = "1.74.0"
88
authors = ["Sergey Minaev <[email protected]>"]
99
repository = "https://github.com/openwallet-foundation-labs/sd-jwt-rust"
10+
homepage = "https://github.com/openwallet-foundation-labs/sd-jwt-rust"
1011

1112
[dependencies]
1213
base64 = "0.21"

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ Supported version: 6.
55

66
Note: while the project is started as a reference implementation, it is intended to be evolved to a production-ready, high-performance implementations in the long-run.
77

8-
## Usage
9-
Include the crate in the `[dependencies]` section of your `Cargo.toml`:
10-
```
11-
sd-jwt-payload = "0.0.1"
12-
```
13-
148
## API
159
Note: the current version of the crate is 0.0.x, so the API should be considered as experimental.
1610
Proposals about API improvements are highly appreciated.
@@ -46,12 +40,11 @@ cargo test
4640
```
4741

4842
### Interoperability testing tool
49-
TBD
43+
Coming soon (planned for v0.0.4)
5044

5145
## External Dependencies
5246

53-
Dual license (MIT/Apache 2.0)
54-
dependencies: [base64](https://crates.io/crates/base64), [lazy_static](https://crates.io/crates/lazy_static) [log](https://crates.io/crates/log), [serde](https://crates.io/crates/serde), [serde_json](https://crates.io/crates/serde_json), [sha2](https://crates.io/crates/sha2), [rand](https://crates.io/crates/rand), [hmac](https://crates.io/crates/hmac), [thiserror](https://crates.io/crates/thiserror).
47+
Dual license (MIT/Apache 2.0) dependencies: [base64](https://crates.io/crates/base64), [lazy_static](https://crates.io/crates/lazy_static) [log](https://crates.io/crates/log), [serde](https://crates.io/crates/serde), [serde_json](https://crates.io/crates/serde_json), [sha2](https://crates.io/crates/sha2), [rand](https://crates.io/crates/rand), [hmac](https://crates.io/crates/hmac), [thiserror](https://crates.io/crates/thiserror).
5548
MIT license dependencies: [jsonwebtoken](https://crates.io/crates/jsonwebtoken), [strum](https://crates.io/crates/strum)
5649

5750
Note: the list of dependencies may be changed in the future.
@@ -60,9 +53,3 @@ Note: the list of dependencies may be changed in the future.
6053

6154
- Sergey Minaev ([Github](https://github.com/jovfer))
6255
- DSR Corporation Decentralized Systems Team ([Github](https://github.com/orgs/DSRCorporation/teams/decentralized-systems))
63-
64-
## To Be Completed by Maintainers
65-
- [x] Create MAINTAINERS.md file using the [format documented on the TAC site](https://tac.openwallet.foundation/governance/maintainers-file-content/).
66-
- [ ] Create a CONTRIBUTING.md file that documents steps for contributing to the project
67-
- [X] Create a CODEOWNERS file
68-
- [X] Update the README.md file as necessary

0 commit comments

Comments
 (0)