http-signature-normalization/Cargo.toml
2019-09-11 00:17:30 -05:00

16 lines
410 B
TOML

[package]
name = "http-signature-normalization"
description = "An HTTP Signatures library that leaves the signing to you"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
license-file = "./LICENSE"
readme = "./README.md"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.10"
chrono = "0.4"
http = "0.1.18"