24 lines
583 B
TOML
24 lines
583 B
TOML
[package]
|
|
name = "http-signature-normalization"
|
|
description = "An HTTP Signatures library that leaves the signing to you"
|
|
version = "0.7.0"
|
|
authors = ["asonix <asonix@asonix.dog>"]
|
|
license = "AGPL-3.0"
|
|
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 = [
|
|
"actix",
|
|
"actix-extractor",
|
|
"http",
|
|
"reqwest",
|
|
# "warp",
|
|
]
|
|
|
|
[dependencies]
|
|
httpdate = "1"
|