[package]
name = "did-example"
version = "0.5.7"
description = "Implementation of did:example in Rust"
repository.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
keywords.workspace = true
publish.workspace = true
license.workspace = true
readme = "README.md"
rust-version.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
affinidi-did-common = "0.3"
ahash = "0.8"
serde_json = "1"
thiserror = "2"