summaryrefslogtreecommitdiffhomepage
path: root/mullvad-relay-selector/Cargo.toml
blob: 5e5a379dc433d29d5b87188f9c152cdd366b4468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "mullvad-relay-selector"
description = "Mullvad VPN relay selector"
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[features]
default = []
staggered-obfuscation = []

[dependencies]
chrono = { workspace = true }
thiserror = { workspace = true }
ipnetwork = { workspace = true }
itertools = { workspace = true }
log = { workspace = true }
rand = { workspace = true }
serde_json = { workspace = true }

talpid-types = { path = "../talpid-types" }
vec1 = { workspace = true }
mullvad-types = { path = "../mullvad-types" }
intersection-derive = { path = "../mullvad-types/intersection-derive"}

[dev-dependencies]
proptest = { workspace = true }