Crates.io | credibil-did |
lib.rs | credibil-did |
version | |
source | src |
created_at | 2025-02-10 00:15:50.616991+00 |
updated_at | 2025-02-25 02:25:33.951298+00 |
description | Decentralized Identifier (DID) utilities for Rust. See features for implemented DID methods and key management or use core functionality to implement your own. |
homepage | https://credibil.io |
repository | https://github.com/credibil/credibil |
max_upload_size | |
id | 1549459 |
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` |
size | 0 |
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.
The crate supports:
with plans to support did:dht in the near future.
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.