blob: 70773fc8860abf464b3bdd3145d83f7d4b0cda60 (
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
25
|
[package]
name = "tor-bytes"
version = "0.0.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 = "Helpers for encoding and decoding byte-orientted data, as used by Tor"
keywords = [ "tor", "arti", "encoding" ]
categories = [ "parsing", "encoding" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" }
arrayref = "0.3.6"
bytes = "1.0.1"
crypto-mac = "0.11.0"
generic-array = "0.14.4"
signature = "1.3.0"
thiserror = "1.0.24"
[dev-dependencies]
hex-literal = "0.3.1"
|