arti/tor-checkable/Cargo.toml

21 lines
618 B
TOML
Raw Normal View History

[package]
name = "tor-checkable"
version = "0.0.0"
2021-03-17 18:43:40 +00:00
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
2021-03-17 18:13:26 +00:00
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Types to ensure that signed or time-bound data is validated before use"
2021-03-17 18:41:02 +00:00
keywords = [ "tor", "arti", "typestate" ]
categories = [ "cryptography", "rust-patterns" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
2020-09-10 00:17:49 +01:00
tor-llcrypto = { path="../tor-llcrypto", version = "*" }
2021-01-13 13:17:14 +00:00
signature = "1.3.0"
2021-02-19 14:39:23 +00:00
thiserror = "1.0.24"
2020-09-10 00:17:49 +01:00