summaryrefslogtreecommitdiff
path: root/oryxc/Cargo.toml
blob: 62936a0f95d1ab6b607f7ccfe13be212094e8d54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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"

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

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