Disable iroh on OpenBSD

This commit is contained in:
link2xt
2024-05-13 16:10:52 +00:00
parent 2779737c56
commit 091e6e0cf9
6 changed files with 46 additions and 25 deletions

View File

@@ -60,7 +60,6 @@ hex = "0.4.0"
hickory-resolver = "0.24"
humansize = "2"
image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh = { version = "0.4.2", default-features = false }
kamadak-exif = "0.5.3"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = "0.2"
@@ -110,6 +109,9 @@ uuid = { version = "1", features = ["serde", "v4"] }
# 3.1 branch will be supported until 2025-03-14.
openssl-src = "~300.1"
[target.'cfg(not(target_os = "openbsd"))'.dependencies]
iroh = { version = "0.4.2", default-features = false }
[dev-dependencies]
ansi_term = "0.12.0"
anyhow = { version = "1", features = ["backtrace"] } # Enable `backtrace` feature in tests.