summaryrefslogtreecommitdiff
path: root/oryxc/Cargo.toml
blob: 4230086b5dd81230ac73951b9e22e82e03732128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "oryxc"
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-normalization = "0.1.25"
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 }