arti/crates/tor-cert/Cargo.toml

25 lines
786 B
TOML
Raw Normal View History

[package]
name = "tor-cert"
2021-11-29 20:21:58 +00:00
version = "0.0.2"
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"
2021-03-17 18:13:26 +00:00
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Non-standard certificate formats used by Tor"
2021-03-17 18:41:02 +00:00
keywords = [ "tor", "arti", "certificate" ]
categories = [ "parser-implementations" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
2021-11-29 20:21:58 +00:00
caret = { path="../caret", version = "0.0.2"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"}
tor-bytes = { path="../tor-bytes", version = "0.0.2"}
tor-checkable = { path="../tor-checkable", version = "0.0.2"}
2020-09-10 00:17:49 +01:00
digest = "0.10.0"
2021-01-13 13:17:14 +00:00
signature = "1.3.0"
[dev-dependencies]
2020-10-15 18:32:02 +01:00
base64 = "0.13.0"
2020-09-28 17:02:32 +01:00
hex-literal = "0.3.1"