credibil-did

Crates.iocredibil-did
lib.rscredibil-did
version
sourcesrc
created_at2025-02-10 00:15:50.616991+00
updated_at2025-02-25 02:25:33.951298+00
descriptionDecentralized Identifier (DID) utilities for Rust. See features for implemented DID methods and key management or use core functionality to implement your own.
homepagehttps://credibil.io
repositoryhttps://github.com/credibil/credibil
max_upload_size
id1549459
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(andrew-goldie)

documentation

README

Credibil Decentralized Identifier (DID) Tools

This crate provides a set of tools and utilities for working with the subset of Decentralized Identifiers (DIDs) used in credibil-vc and credibil-dwn.

[!CAUTION] This crate is not intended for direct use.

Supported Methods

The crate supports:

with plans to support did:dht in the near future.

Usage

At this point, the library supports basic DID resolution and document creation.

While we plan to add support for publishing did:web and did:dht documents, it will be just that: support. The end-to-end process of publishing requires additional infrastructure and is out of scope for this library.

Commit count: 0

cargo fmt