2 releases

0.1.1 Apr 6, 2023
0.1.0 Dec 16, 2022

#914 in Authentication

Download history 151/week @ 2023-11-20 435/week @ 2023-11-27 162/week @ 2023-12-04 287/week @ 2023-12-11 249/week @ 2023-12-18 103/week @ 2023-12-25 171/week @ 2024-01-01 220/week @ 2024-01-08 209/week @ 2024-01-15 349/week @ 2024-01-22 792/week @ 2024-01-29 664/week @ 2024-02-05 532/week @ 2024-02-12 684/week @ 2024-02-19 722/week @ 2024-02-26 676/week @ 2024-03-04

2,646 downloads per month
Used in 12 crates (4 directly)

Apache-2.0

150KB
3K 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

~7.5MB
~159K SLoC