2019-09-11 22:05:58 +00:00
|
|
|
[package]
|
|
|
|
name = "http-signature-normalization-http"
|
|
|
|
description = "An HTTP Signatures library that leaves the signing to you"
|
2022-12-08 21:08:18 +00:00
|
|
|
version = "0.5.0"
|
2019-09-11 22:05:58 +00:00
|
|
|
authors = ["asonix <asonix@asonix.dog>"]
|
2022-12-08 21:08:18 +00:00
|
|
|
license = "AGPL-3.0"
|
2019-09-11 22:05:58 +00:00
|
|
|
readme = "../README.md"
|
2019-09-21 16:34:50 +00:00
|
|
|
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
2019-12-30 21:01:54 +00:00
|
|
|
keywords = ["http", "signatures", "digest"]
|
2019-09-11 22:05:58 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2019-12-30 21:01:54 +00:00
|
|
|
http = "0.2"
|
2022-12-08 21:08:18 +00:00
|
|
|
http-signature-normalization = { version = "0.7.0", path = ".." }
|