8 releases (5 breaking)

0.7.0 Jun 28, 2023
0.6.0 Mar 8, 2023
0.5.0 Dec 16, 2022
0.4.0 Mar 2, 2022
0.1.0 Jul 23, 2020

#206 in Authentication

Download history 221/week @ 2024-01-05 203/week @ 2024-01-12 268/week @ 2024-01-19 585/week @ 2024-01-26 803/week @ 2024-02-02 477/week @ 2024-02-09 728/week @ 2024-02-16 515/week @ 2024-02-23 771/week @ 2024-03-01 476/week @ 2024-03-08 338/week @ 2024-03-15 481/week @ 2024-03-22 530/week @ 2024-03-29 593/week @ 2024-04-05 752/week @ 2024-04-12 514/week @ 2024-04-19

2,502 downloads per month
Used in 10 crates (4 directly)

Apache-2.0 and maybe GPL-3.0

1MB
19K 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

~32–51MB
~880K SLoC