-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
41 lines (40 loc) · 1.12 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[package]
name = "kbdgen"
version = "3.0.0-beta.5"
edition = "2021"
[dependencies]
clap = { version = "3.1.0", features = ["derive"] }
pathos = "0.3.0"
regex = "1.5.5"
xmlem = "0.1.8"
qname = "0.1.0"
tracing = "0.1.32"
tracing-subscriber = "0.3.9"
tokio = { version = "1.17.0", features = ["full"] }
futures = { version = "0.3.21", default-features = false, features = ["alloc"] }
once_cell = "1.10.0"
async-trait = "0.1.52"
serde = { version = "1.0.110", features = ["derive"] }
serde_yaml = "0.8.23"
serde_json = "1.0"
plist = "1.3.1"
url = "2.2.2"
indexmap = { version = "1.8.0", features = ["serde"] }
language-tags = { version = "0.3.2", features = ["serde"] }
iso639 = "0.1.0"
dunce = "1.0.2"
codecs = "0.0.1"
thiserror = "1.0.30"
pahkat-client = { git = "https://github.com/divvun/pahkat", features = ["prefix"] }
anyhow = "1.0.57"
tempfile = "3.3.0"
nova = "0.5.3"
rand = "0.8.5"
fs_extra = "1.2.0"
dircpy = "0.3.9"
rayon = "1.5.3"
serde_path_to_error = "0.1.8"
reqwest = { version = "0.11.13", features = ["rustls", "rustls-tls", "gzip", "tokio-rustls"], default-features = false }
zip = "0.6.3"
num_cpus = "1.14.0"
futures-util = "0.3.25"