summaryrefslogtreecommitdiff
path: root/tor-rtmock/Cargo.toml
blob: a8adb9a4b80846ec32e26567d5c39feb2e17504a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "tor-rtmock"
version = "0.0.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Testing mock support for tor-rtcomapt"
keywords = [ "tor", "arti", "async", "testing" ]
categories = [ "asynchronous", ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]
async-trait = "0.1.48"
futures = "0.3.13"
thiserror = "1.0.24"

tor-rtcompat = { version="0.0.0", path = "../tor-rtcompat" }

[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8.3"