summaryrefslogtreecommitdiff
path: root/oryxc/Cargo.toml
diff options
context:
space:
mode:
authorromir kulshrestha <romir.kulshrestha@gmail.com> 2026-03-05 19:57:14 +0100
committerromir kulshrestha <romir.kulshrestha@gmail.com> 2026-03-06 12:24:30 +0100
commit8e110e40de9e4e5014512fa587904fabff73a303 (patch)
tree149a002de3381ec740589fc70feeaa244500a737 /oryxc/Cargo.toml
parent42c97d174e93fa6fb2767d5fc4bafc7d1a7c0174 (diff)
Fetch feature to control if/when generation occurs
Diffstat (limited to 'oryxc/Cargo.toml')
-rw-r--r--oryxc/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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 }