affinidi-tdk 0.6.2

Affinidi Trust Development Kit. A Rust library for building secure, privacy-preserving, and interoperable applications.
Documentation

affinidi-tdk

Crates.io Documentation Rust License

The unified entry point for the Affinidi Trust Development Kit. Depend on this single crate and enable feature flags to pull in only the libraries you need.

Disclaimer: This project is provided "as is" without warranties or guarantees. Users assume all risks associated with its deployment and use.

Installation

[dependencies]
affinidi-tdk = "0.6"

Feature Flags

Feature Default Description
messaging Yes Affinidi Messaging SDK
meeting-place Yes Affinidi Meeting Place SDK
did-peer Yes Peer DID method support
data-integrity Yes W3C Data Integrity proof support

Disable defaults with default-features = false in your Cargo.toml or --no-default-features on the command line, then enable only what you need:

[dependencies]
affinidi-tdk = { version = "0.5", default-features = false, features = ["data-integrity"] }

Re-exported Crates

This crate re-exports the following libraries:

Related Crates

License

Apache-2.0