summaryrefslogtreecommitdiff
path: root/crates/arti-client
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-client')
-rw-r--r--crates/arti-client/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index 759e75c3b..69a14e72c 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -225,7 +225,6 @@ anyhow = "1.0.23"
rand = "0.9.1"
serde_json = "1.0.104"
strum = { version = "0.28.0", features = ["derive"] }
-tempfile = "3.3"
tokio-crate = { package = "tokio", version = "1.7", features = [
"rt",
"rt-multi-thread",
@@ -239,3 +238,6 @@ tor-relay-selection = { path = "../tor-relay-selection", version = "0.40.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.20"
tracing-test = "0.2.4"
+
+[target.'cfg(not(all(target_arch="wasm32", target_os="unknown")))'.dependencies]
+tempfile = "3.3"