arti/tor-bytes/Cargo.toml

23 lines
437 B
TOML
Raw Normal View History

[package]
name = "tor-bytes"
version = "0.0.0"
authors = ["Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
tor-llcrypto = { path="../tor-llcrypto" }
arrayref = "0.3.6"
2020-10-26 18:56:06 +00:00
# Can't upgrade this or futures-codec will break.
2020-09-10 00:17:49 +01:00
bytes = "0.5.6"
2020-10-26 18:56:06 +00:00
crypto-mac = "0.10.0"
2020-09-10 00:17:49 +01:00
generic-array = "0.14.4"
2020-08-28 23:14:17 +01:00
signature = "1.2.2"
2020-12-30 20:59:33 +00:00
thiserror = "1.0.23"
[dev-dependencies]
2020-08-28 23:14:17 +01:00
hex-literal = "0.3.1"