arti/tor-consdiff/Cargo.toml

24 lines
618 B
TOML
Raw Normal View History

[package]
name = "tor-consdiff"
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 = "Handle the consensus-diff format used in the Tor directory protocol"
2021-03-17 18:41:02 +00:00
keywords = [ "tor", "arti", "diff" ]
categories = [ "parser-implementations", "network-programming" ]
[features]
default = []
slow-diff-apply = []
[dependencies]
tor-llcrypto = { path="../tor-llcrypto", version= "*" }
digest = "0.9.0"
2021-03-06 13:55:13 +00:00
hex = "0.4.3"
2021-02-19 14:39:23 +00:00
thiserror = "1.0.24"