httpsig 0.0.23

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 = "2021"
rust-version = "1.75.0"
name = "httpsig"
version = "0.0.23"
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"

[features]
default = []
rsa-signature = ["rsa"]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.1"

[dependencies.ecdsa]
version = "0.16.9"
features = ["arithmetic"]
default-features = false

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

[dependencies.hmac]
version = "0.12.1"

[dependencies.indexmap]
version = "2.11.4"

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

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

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

[dependencies.rand]
version = "0.10.0"

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

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

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

[dependencies.sfv]
version = "0.14.0"

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

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.rand-085]
version = "0.8.5"
package = "rand"