[package]
edition = "2024"
name = "tsp-http-client"
version = "0.1.0"
authors = ["Adrian Winterstein <adrian@winterstein.biz>"]
build = false
exclude = ["README.tpl"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple HTTP client for requesting timestamps from a timestamp authority (TSA) using the RFC 3161 standard."
readme = "README.md"
keywords = [
"time-stamp",
"tsp",
"rfc3161",
"freelance",
]
categories = [
"finance",
"cryptography",
]
license = "MPL-2.0"
repository = "https://codeberg.org/winterstein/tsp-http-client"
resolver = "2"
[lib]
name = "tsp_http_client"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4.41"
[dependencies.cmpv2]
version = "0.2.0"
[dependencies.cms]
version = "0.2.3"
[dependencies.der]
version = "0.7.10"
[dependencies.hex]
version = "0.4.3"
[dependencies.rand]
version = "0.9.1"
[dependencies.sha2]
version = "0.10.9"
[dependencies.spki]
version = "0.7.3"
[dependencies.ureq]
version = "3.0.11"
[dependencies.x509-tsp]
version = "0.1.0"