[package] name = "vercre-holder" description = "OpenID compliant Verifiable Credential holder API, typically implemented by a wallet" 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 chrono.workspace = true vercre-core-utils.workspace = true vercre-datasec.workspace = true vercre-dif-exch.workspace = true vercre-openid.workspace = true serde.workspace = true serde_json.workspace = true serde_qs.workspace = true tracing.workspace = true urlencoding = "2.1.3" uuid.workspace = true vercre-w3c-vc.workspace = true [dev-dependencies] base64ct.workspace = true ecdsa.workspace = true ed25519-dalek = { version = "2.1.1", features = ["rand_core"] } insta.workspace = true vercre-test-utils.workspace = true tokio.workspace = true vercre-issuer.workspace = true vercre-verifier.workspace = true