trustime 0.1.0

A client implementation of the Trustime trusted timestamp service protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "trustime"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "A client implementation of the Trustime trusted timestamp service protocol"
readme = "README.md"
keywords = ["time", "timestamp"]
categories = ["date-and-time", "network-programming"]

[dependencies]
base64 = "0.22"
p256 = { version = "0.13", features = ["ecdsa"] }
rand = "0.9"
reqwest = { version = "0.12", features = ["json", "blocking"] }
serde = { version = "1", features = ["derive"] }