httpsig-hyper 0.0.4

Hyper extension for http message signatures
Documentation
[package]
name = "httpsig-hyper"
version.workspace = true
edition.workspace = true
description = "Hyper extension for http message signatures"
authors.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
readme.workspace = true
rust-version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
httpsig = { path = "../httpsig", version = "0.0.4" }

anyhow = { version = "1.0.79" }
tracing = { version = "0.1.40" }
indexmap = { version = "2.2.3" }
fxhash = { version = "0.2.1" }

# content digest with rfc8941 structured field values
sha2 = { version = "0.10.8", default-features = false }
sfv = "0.9.4"

# encoding
base64 = { version = "0.21.7" }

# for request and response headers
http = { version = "1.0.0" }
http-body = { version = "1.0.0" }
http-body-util = { version = "0.1.0" }
bytes = { version = "1.5.0" }


[dev-dependencies]
tokio = { version = "1.36.0", default-features = false, features = [
  "macros",
  "rt-multi-thread",
] } # testing only