From d0ab35c1bef36f372bffe788b4f8c5d1f6669c4b Mon Sep 17 00:00:00 2001 From: German Gomez Date: Fri, 5 Sep 2025 21:39:52 +0100 Subject: [PATCH] Expose ureq/native-certs feature Optionally enabled using native certificates for https connections. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fd0ad8b..881f5cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,6 @@ serde_json = "^1.0" log = "^0.4" mime = "^0.3.16" rand = "0.8.5" + +[features] +native-certs = ["ureq/native-certs"]