[package] name = "vercre-w3c-vc" description = "Primary Verifiable Credential building blocks, including dependencies." license = "MIT OR Apache-2.0" readme = "README.md" authors.workspace = true categories.workspace = true edition.workspace = true exclude.workspace = true homepage.workspace = true keywords.workspace = true repository.workspace = true rust-version.workspace = true version.workspace = true [lib] # crate-type = ["cdylib", "rlib"] [lints] workspace = true [dependencies] anyhow.workspace = true base64ct.workspace = true chrono.workspace = true vercre-core-utils.workspace = true vercre-datasec.workspace = true vercre-dif-exch.workspace = true serde.workspace = true serde_json.workspace = true tracing.workspace = true uuid.workspace = true [dev-dependencies] tracing-subscriber.workspace = true