http-msgsign 0.1.0

Provide RFC9421 HTTP Message Signature functionality to http crate.
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 = "2024"
name = "http-msgsign"
version = "0.1.0"
authors = ["RechellaTek <reirokusanami.rdh@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provide RFC9421 HTTP Message Signature functionality to http crate."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/ShuttlePub/http-msgsign"

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

[[test]]
name = "test_sign_request"
path = "tests/test_sign_request.rs"

[[test]]
name = "test_sign_response"
path = "tests/test_sign_response.rs"

[[test]]
name = "test_sign_with_content_digest"
path = "tests/test_sign_with_content_digest.rs"

[dependencies.base64]
version = "^0.22"

[dependencies.http]
version = "^1"

[dependencies.http-body]
version = "^1"

[dependencies.http-content-digest]
version = "^0.1"

[dependencies.indexmap]
version = "^2"

[dependencies.sfv]
version = "0.14.0"

[dependencies.thiserror]
version = "^2"

[dev-dependencies.bytes]
version = "^1"

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

[dev-dependencies.rand]
version = "^0.8"

[dev-dependencies.rsa]
version = "0.9.8"

[dev-dependencies.sha2]
version = "^0.10"

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