6 releases

0.2.1 Nov 1, 2023
0.2.0 Jun 28, 2023
0.1.3 Apr 24, 2023
0.1.1 Mar 8, 2023
0.1.0 Dec 16, 2022

#488 in Authentication

Download history 432/week @ 2023-11-27 134/week @ 2023-12-04 272/week @ 2023-12-11 212/week @ 2023-12-18 76/week @ 2023-12-25 163/week @ 2024-01-01 207/week @ 2024-01-08 172/week @ 2024-01-15 318/week @ 2024-01-22 788/week @ 2024-01-29 631/week @ 2024-02-05 505/week @ 2024-02-12 637/week @ 2024-02-19 696/week @ 2024-02-26 654/week @ 2024-03-04 184/week @ 2024-03-11

2,212 downloads per month
Used in 9 crates (2 directly)

Apache-2.0 and Apache-2.0…

780KB
17K 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

~29–45MB
~784K SLoC