From 8e110e40de9e4e5014512fa587904fabff73a303 Mon Sep 17 00:00:00 2001 From: romir kulshrestha Date: Thu, 5 Mar 2026 19:57:14 +0100 Subject: Fetch feature to control if/when generation occurs --- oryxc/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'oryxc/Cargo.toml') diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml index aeeea7d..9b13471 100644 --- a/oryxc/Cargo.toml +++ b/oryxc/Cargo.toml @@ -14,3 +14,10 @@ unicode-width = "0.2.2" # num-rational = "0.4.2" # icu = { version = "2.1.1", features = ["compiled_data"] } + +[features] +fetch = ["dep:ureq", "dep:zip"] + +[build-dependencies] +ureq = { version = "2", optional = true } +zip = { version = "2", optional = true } -- cgit v1.2.3