[package] name = "tor-cell" version = "0.0.0" authors = ["Nick Mathewson "] 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" # Can't upgrade this or futures-codec will break. bytes = "0.5.6" rand = "0.7.3" rand_core = "0.5.1" thiserror = "1.0.22" [dev-dependencies] hex-literal = "0.3.1" hex = "0.4.2"