[dependencies.base64]
version = "0.22.0"
[dependencies.bytes]
version = "1.6.0"
[dependencies.futures]
default-features = false
features = ["std", "async-await"]
version = "0.3.30"
[dependencies.http]
version = "1.1.0"
[dependencies.http-body]
version = "1.0.0"
[dependencies.http-body-util]
version = "0.1.1"
[dependencies.httpsig]
version = "0.0.15"
[dependencies.indexmap]
version = "2.2.6"
[dependencies.sfv]
version = "0.9.4"
[dependencies.sha2]
default-features = false
version = "0.10.8"
[dependencies.thiserror]
version = "1.0.58"
[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread"]
version = "1.37.0"
[package]
authors = ["Jun Kurihara"]
description = "Hyper extension for http message signatures (RFC9421)"
edition = "2021"
homepage = "https://github.com/junkurihara/httpsig-rs"
license = "MIT"
name = "httpsig-hyper"
readme = "README.md"
repository = "https://github.com/junkurihara/httpsig-rs"
rust-version = "1.75.0"
version = "0.0.15"