arti/tor-cell/Cargo.toml

27 lines
576 B
TOML
Raw Normal View History

[package]
name = "tor-cell"
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" }
tor-cert = { path="../tor-cert" }
tor-linkspec = { path="../tor-linkspec" }
arrayref = "0.3.6"
2020-10-26 18:56:06 +00:00
# Can't upgrade this or futures-codec will break.
bitflags = "1.2.1"
bytes = "0.5.6"
rand = "0.7.3"
rand_core = "0.5.1"
2020-12-30 20:59:33 +00:00
thiserror = "1.0.23"
[dev-dependencies]
hex-literal = "0.3.1"
hex = "0.4.2"