summaryrefslogtreecommitdiff
path: root/oryxc/Cargo.toml
blob: 9b134713772c0a41f87deb6328a1d7471e9e4d2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name    = "oryx"
version = "0.1.0"
edition = "2024"

[dependencies]
boxcar = "0.2.14"
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"] }

[features]
fetch = ["dep:ureq", "dep:zip"]

[build-dependencies]
ureq = { version = "2", optional = true }
zip  = { version = "2", optional = true }