summaryrefslogtreecommitdiff
path: root/crates/tor-cert/Cargo.toml
blob: d018c1280b8f384358aea5050a418ca24f10f1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "tor-cert"
version = "0.1.0"
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 = "Non-standard certificate formats used by Tor"
keywords = [ "tor", "arti", "certificate" ]
categories = [ "parser-implementations" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]
caret = { path="../caret", version = "0.1.0"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-bytes = { path="../tor-bytes", version = "0.1.0"}
tor-checkable = { path="../tor-checkable", version = "0.1.0"}

digest = "0.10.0"
signature = "1"

[dev-dependencies]
base64 = "0.13.0"
hex-literal = "0.3"