httpsig-hyper 0.0.21

Hyper extension for http message signatures (RFC9421)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75.0"
name = "httpsig-hyper"
version = "0.0.21"
authors = ["Jun Kurihara"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hyper extension for http message signatures (RFC9421)"
homepage = "https://github.com/junkurihara/httpsig-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/junkurihara/httpsig-rs"

[features]
blocking = ["futures/executor"]
default = ["blocking"]

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

[[example]]
name = "hyper-request"
path = "examples/hyper-request.rs"

[[example]]
name = "hyper-response"
path = "examples/hyper-response.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures]
version = "0.3.31"
features = [
    "std",
    "async-await",
]
default-features = false

[dependencies.http]
version = "1.4.0"

[dependencies.http-body]
version = "1.0.1"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.httpsig]
version = "0.0.21"

[dependencies.indexmap]
version = "2.11.4"

[dependencies.sfv]
version = "0.14.0"

[dependencies.sha2]
version = "0.10.9"
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false