arti/crates/tor-bytes/Cargo.toml

28 lines
807 B
TOML
Raw Normal View History

[package]
name = "tor-bytes"
2021-11-29 20:21:58 +00:00
version = "0.0.2"
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 = "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.2" }
arrayref = "0.3.6"
bytes = "1.0.1"
digest = "0.10.0"
2020-09-10 00:17:49 +01:00
generic-array = "0.14.4"
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]
2020-08-28 23:14:17 +01:00
hex-literal = "0.3.1"
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2.3", features = ["js"] }