$OpenBSD: patch-Cargo_toml,v 1.2 2021/03/21 14:19:49 abieber Exp $

region-rs does not currently support OpenBSD
https://github.com/darfink/region-rs/issues/8

Index: Cargo.toml
--- Cargo.toml.orig
+++ Cargo.toml
@@ -32,7 +32,6 @@ openssl = "0.10"
 paw = "1.0"
 percent-encoding = "2.1"
 rand = "0.8"
-region = "2.2"
 reqwest = { version = "0.11", features = ["blocking", "json"] }
 ring = "0.16"
 serde = { version = "1.0", features = ["derive"] }
@@ -52,3 +51,6 @@ zeroize = "1.2"
 [package.metadata.deb]
 depends = "pinentry"
 license-file = ["LICENSE"]
+
+[target.'cfg(not(target_os = "openbsd"))']
+region = "2.2"
