summaryrefslogtreecommitdiff
path: root/oryxc
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:31:29 +0100
commitc72d67547813648650dcd0d9dea58ec13a69b432 (patch)
tree93ede0aa7e7616fd5ecb3dc31fe33c2b609f76c5 /oryxc
parent8e110e40de9e4e5014512fa587904fabff73a303 (diff)
Fetch feature to control if/when generation occurs
Diffstat (limited to 'oryxc')
-rw-r--r--oryxc/Cargo.toml17
1 files changed, 7 insertions, 10 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml
index 9b13471..62936a0 100644
--- a/oryxc/Cargo.toml
+++ b/oryxc/Cargo.toml
@@ -1,23 +1,20 @@
[package]
-name = "oryx"
+name = "oryx"
version = "0.1.0"
edition = "2024"
[dependencies]
boxcar = "0.2.14"
-clap = { version = "4", features = ["derive"] }
+clap = { version = "4", features = ["derive"] }
crossbeam-deque = "0.8.6"
dashmap = "6.1.0"
-phf = { version = "0.13.1", features = ["macros"] }
-soa-rs = "0.9.1"
-unicode-width = "0.2.2"
-
-# num-rational = "0.4.2"
-# icu = { version = "2.1.1", features = ["compiled_data"] }
+phf = { version = "0.13.1", features = ["macros"] }
+soa-rs = "0.9.1"
+unicode-width = "0.2.2"
[features]
fetch = ["dep:ureq", "dep:zip"]
[build-dependencies]
-ureq = { version = "2", optional = true }
-zip = { version = "2", optional = true }
+ureq = { version = "3.2.0", optional = true }
+zip = { version = "8.2.0", optional = true }