blob: eadb4158a449bf9344a342b6c2601a98e7bbce3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[package]
name = "tor-consdiff"
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 = "Handle the consensus-diff format used in the Tor directory protocol"
keywords = [ "tor", "arti", "diff" ]
categories = [ "parser-implementations", "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
slow-diff-apply = []
[dependencies]
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
|