tsp-http-client 0.1.0

A simple HTTP client for requesting timestamps from a timestamp authority (TSA) using the RFC 3161 standard.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"