whipplescript-custody 0.5.5

Credential custody protocol for WhippleScript (DR-0053): handles, sentinels, the operation vocabulary, and the transport seam
Documentation
[package]
name = "whipplescript-custody"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Credential custody protocol for WhippleScript (DR-0053): handles, sentinels, the operation vocabulary, and the transport seam"
homepage.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.11"
base64 = "0.23"

[lib]
path = "src/lib.rs"

[lints]
workspace = true