mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-22 01:11:00 +00:00
24 lines
708 B
TOML
24 lines
708 B
TOML
[package]
|
|
name = "http-signature-normalization"
|
|
description = "An HTTP Signatures library that leaves the signing to you"
|
|
version = "0.5.4"
|
|
authors = ["asonix <asonix@asonix.dog>"]
|
|
license-file = "LICENSE"
|
|
readme = "README.md"
|
|
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
|
keywords = ["http", "signatures", "digest"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[workspace]
|
|
members = [
|
|
"http-signature-normalization-actix",
|
|
"http-signature-normalization-http",
|
|
"http-signature-normalization-reqwest",
|
|
# "http-signature-normalization-warp",
|
|
]
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
thiserror = "1.0"
|