summaryrefslogtreecommitdiff
path: root/crates/tor-checkable/Cargo.toml
blob: 31e8008096948c863f3790aab1bfd4d3dbe2b243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "tor-checkable"
version = "0.0.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Types to ensure that signed or time-bound data is validated before use"
keywords = [ "tor", "arti", "typestate" ]
categories = [ "cryptography", "rust-patterns" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}

signature = "1"
thiserror = "1"