wimsey-httpsig 0.5.0

WIMSE workload-to-workload auth using HTTP Message Signatures (RFC 9421).
Documentation
[package]
name = "wimsey-httpsig"
description = "WIMSE workload-to-workload auth using HTTP Message Signatures (RFC 9421)."
readme = "README.md"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
wimsey-jose = { workspace = true }
ed25519-dalek = { workspace = true }
base64 = { workspace = true }
sha2 = { workspace = true }
thiserror = { workspace = true }

[lints]
workspace = true