arti/tor-proto/Cargo.toml

34 lines
636 B
TOML
Raw Normal View History

[package]
name = "tor-proto"
version = "0.0.0"
authors = ["Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
caret = { path="../caret" }
tor-llcrypto = { path="../tor-llcrypto" }
tor-bytes = { path="../tor-bytes" }
arrayref = "0.3.6"
digest = "0.9.0"
rand = "0.7.3"
typenum = "1.12.0"
# XXXX why did I have to downgrade?
2020-08-28 23:14:17 +01:00
generic-array = "0.14.4"
rand_core = "0.5.1"
2020-08-28 23:14:17 +01:00
crypto-mac = "0.9.1"
hmac = "0.9.0"
hkdf = "0.9.0"
zeroize = "1.1.0"
subtle = "2.2.3"
2020-08-28 23:14:17 +01:00
stream-cipher = "0.7.1"
sha2 = "0.9.1"
futures_codec = "*"
bytes = "*"
[dev-dependencies]
2020-08-28 23:14:17 +01:00
hex-literal = "0.3.1"