tor-checkable 0.18.0

Types to ensure that signed or time-bound data is validated before use
Documentation
[dependencies.humantime]
version = "2"

[dependencies.signature]
version = "2"

[dependencies.thiserror]
version = "1"

[dependencies.tor-llcrypto]
version = "0.18.0"
[dev-dependencies.humantime]
version = "2"

[features]
__is_experimental = []
experimental = ["experimental-api"]
experimental-api = ["__is_experimental"]
full = ["tor-llcrypto/full"]

[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
categories = ["cryptography", "rust-patterns"]
description = "Types to ensure that signed or time-bound data is validated before use"
edition = "2021"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti", "typestate"]
license = "MIT OR Apache-2.0"
name = "tor-checkable"
readme = "README.md"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
rust-version = "1.70"
version = "0.18.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]