httpsign 0.1.1

fediverse-friendly implementation of http signaures in rust
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"
name = "httpsign"
version = "0.1.1"
authors = ["alemi <me@alemi.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fediverse-friendly implementation of http signaures in rust"
readme = "README.md"
license = "MIT"
repository = "https://git.alemi.dev/upub.git"

[features]
axum = ["dep:axum"]
default = []
openssl-vendored = ["openssl/vendored"]

[lib]
name = "httpsign"
path = "lib.rs"

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.openssl]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"