mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-10 19:51:04 +00:00
16 lines
568 B
TOML
16 lines
568 B
TOML
[package]
|
|
name = "http-signature-normalization-http"
|
|
description = "An HTTP Signatures library that leaves the signing to you"
|
|
version = "0.4.0"
|
|
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 = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
http = "0.2"
|
|
http-signature-normalization = { version = "0.6.0", path = ".." }
|