6 releases

0.3.2 Sep 28, 2023
0.3.1 Sep 25, 2023
0.3.0 Jun 28, 2023
0.2.1 Apr 24, 2023
0.1.0 Dec 16, 2022

#325 in Authentication

Download history 429/week @ 2023-11-23 153/week @ 2023-11-30 238/week @ 2023-12-07 246/week @ 2023-12-14 143/week @ 2023-12-21 132/week @ 2023-12-28 222/week @ 2024-01-04 166/week @ 2024-01-11 256/week @ 2024-01-18 483/week @ 2024-01-25 804/week @ 2024-02-01 508/week @ 2024-02-08 689/week @ 2024-02-15 591/week @ 2024-02-22 732/week @ 2024-02-29 370/week @ 2024-03-07

2,427 downloads per month
Used in 11 crates (4 directly)

Apache-2.0 and maybe GPL-3.0

675KB
13K SLoC

SSI's documentation is currently packaged with the DIDKit documentation here.

SSI

SSI provides core Verifiable Credential and Decentralized Identifier functionality in Rust. Rust was chosen for its expressive type system, memory safety, simple dependency web, and suitability across different platforms including embedded systems. This library is embedded in the the cross-platform didkit library as a core dependency.

Security Audits

ssi has undergone the following security reviews:

We are setting up a process to accept contributions. Please feel free to open issues or PRs in the interim, but we cannot merge external changes until this process is in place.

Install

Crates.io

ssi = "0.4"

From Source

$ git clone https://github.com/spruceid/ssi
$ cd ssi
$ git submodule update --init
$ cargo build

Additional resources

Dependencies

~19–36MB
~553K SLoC