[package] name = "x509-tsp" version = "0.1.0" edition = "2021" description = """ Pure Rust implementation of the Timestamping Protocol as described in RFC 3161. """ authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/formats/tree/master/x509-tsp" categories = ["cryptography", "encoding", "no-std", "parser-implementations"] keywords = ["crypto", "tsp", "timestamp"] readme = "README.md" rust-version = "1.65" [dependencies] der = { version = "0.7.6", features = ["alloc", "derive", "oid", "pem"] } cms = { version = "0.2.1", features = ["alloc", "std"] } cmpv2 = { version = "0.2", features = ["alloc", "std"] } [dev-dependencies] hex-literal = "0.4.1"