arti/tor-netdir/Cargo.toml

33 lines
958 B
TOML
Raw Normal View History

[package]
name = "tor-netdir"
version = "0.0.0"
authors = ["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 represent and use a Tor network directory"
[dependencies]
caret = { path = "../caret", version= "*" }
tor-checkable = { path="../tor-checkable", version= "*" }
tor-netdoc = { path="../tor-netdoc", version= "*" }
tor-linkspec = { path="../tor-linkspec", version= "*" }
tor-llcrypto = { path="../tor-llcrypto", version= "*" }
tor-protover = { path="../tor-protover", version= "*" }
2020-09-10 00:17:49 +01:00
base64 = "0.13.0"
digest = "0.9.0"
2021-03-06 13:55:13 +00:00
hex = "0.4.3"
log = "0.4.14"
2021-03-06 13:55:13 +00:00
once_cell = "1.7.2"
rand = "0.7.3"
2020-12-08 22:26:49 +00:00
rusqlite = { version = "0.24.2", features = ["chrono"] }
2021-03-06 13:55:13 +00:00
serde = { version = "1.0.124", features = ["derive"] }
2021-01-13 13:17:14 +00:00
signature = "1.3.0"
2021-02-19 14:39:23 +00:00
thiserror = "1.0.24"
[dev-dependencies]
hex-literal = "0.3.1"
simple-logging = "2.0.2"