http-signature-normalization/Cargo.toml

25 lines
583 B
TOML
Raw Permalink Normal View History

2019-09-11 05:17:30 +00:00
[package]
name = "http-signature-normalization"
description = "An HTTP Signatures library that leaves the signing to you"
version = "0.7.0"
2019-09-11 05:17:30 +00:00
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
2019-09-21 16:34:50 +00:00
readme = "README.md"
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
keywords = ["http", "signatures", "digest"]
2021-10-21 21:26:26 +00:00
edition = "2021"
2019-09-11 05:17:30 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2019-09-11 22:05:58 +00:00
[workspace]
members = [
2022-11-29 00:34:13 +00:00
"actix",
"actix-extractor",
"http",
"reqwest",
# "warp",
2019-09-11 22:05:58 +00:00
]
2019-09-11 05:17:30 +00:00
[dependencies]
2022-01-17 22:49:01 +00:00
httpdate = "1"