http-signature-normalization/http-signature-normalization-http/Cargo.toml

17 lines
568 B
TOML
Raw Normal View History

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"
2020-01-18 00:35:30 +00:00
version = "0.3.0"
2019-09-11 22:05:58 +00:00
authors = ["asonix <asonix@asonix.dog>"]
license-file = "../LICENSE"
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"
http-signature-normalization = { version = "0.5.0", path = ".." }