arti/tor-cell/Cargo.toml

29 lines
895 B
TOML
Raw Normal View History

[package]
name = "tor-cell"
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"
2021-03-17 18:13:26 +00:00
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Encode and decode Tor cells and messages"
2021-03-17 18:41:02 +00:00
keywords = [ "tor", "arti", "protocol" ]
categories = [ "parser-implementations", "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
caret = { path="../caret", version="0.0.0" }
tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" }
tor-bytes = { path="../tor-bytes", version="0.0.0" }
tor-cert = { path="../tor-cert", version="0.0.0" }
tor-linkspec = { path="../tor-linkspec", version="0.0.0" }
arrayref = "0.3.6"
bitflags = "1.2.1"
bytes = "1.0.1"
rand = "0.8.3"
2021-02-19 14:39:23 +00:00
thiserror = "1.0.24"
[dev-dependencies]
hex-literal = "0.3.1"
2021-03-06 13:55:13 +00:00
hex = "0.4.3"