summaryrefslogtreecommitdiff
path: root/oryxc/Cargo.toml
blob: 23ae95b564ce1a0e9d81307875f28093af1e2d18 (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"
crossbeam-deque = "0.8.6"
dashmap = "6.1.0"
lexopt = "0.3.2"
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 }