httpsig 0.0.26

Implementation of IETF RFC 9421 of http message signatures
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"
rust-version = "1.85.0"
name = "httpsig"
version = "0.0.26"
authors = ["Jun Kurihara"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of IETF RFC 9421 of http message signatures"
homepage = "https://github.com/junkurihara/httpsig-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/junkurihara/httpsig-rs"
resolver = "2"

[features]
default = ["tracing"]
rsa-signature = ["rsa"]
tracing = ["dep:tracing"]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.12.1"

[dependencies.ecdsa]
version = "0.17.0"
features = ["algorithm"]
default-features = false

[dependencies.ed25519-compact]
version = "2.3.1"
features = ["random"]
default-features = false

[dependencies.hmac]
version = "0.13.0"

[dependencies.indexmap]
version = "2.14.0"

[dependencies.p256]
version = "0.14.0"
features = [
    "arithmetic",
    "ecdsa",
]
default-features = false

[dependencies.p384]
version = "0.14.0"
features = [
    "arithmetic",
    "ecdsa",
]
default-features = false

[dependencies.pkcs8]
version = "0.11.0"
features = ["pem"]
default-features = false

[dependencies.rand]
version = "0.10.2"

[dependencies.rsa]
version = "0.10.0-rc.18"
features = [
    "encoding",
    "sha2",
]
optional = true
default-features = false

[dependencies.rustc-hash]
version = "2.1.3"

[dependencies.sec1]
version = "0.8.1"
features = ["der"]
default-features = false

[dependencies.sfv]
version = "0.15.0"

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

[dependencies.spki]
version = "0.8.0"
features = ["pem"]
default-features = false

[dependencies.thiserror]
version = "2.0.19"

[dependencies.tracing]
version = "0.1.44"
optional = true
default-features = false