-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
54 lines (52 loc) · 1.37 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
42
43
44
45
46
47
48
49
50
51
52
53
54
[workspace]
resolver = "2"
members = ["eco", "eco-cbz", "eco-convert", "eco-merge", "eco-pack", "eco-view"]
[workspace.package]
rust-version = "1.80.1"
edition = "2021"
[workspace.dependencies]
anyhow = "1.0.86"
async-recursion = "1.1.1"
async-trait = "0.1.81"
base64 = "0.22.1"
camino = "1.1.9"
clap = { version = "4.5.16", features = ["derive"] }
cli-table = "0.4.9"
chrono = "0.4.38"
criterion = { version = "0.5.1", features = ["html_reports"] }
dark-light = "1.1.1"
dialoguer = "0.11.0"
dioxus = { version = "^0.5.6", features = ["desktop"] }
dunce = "1.0.5"
eco-cbz = { path = "./eco-cbz" }
eco-convert = { path = "./eco-convert" }
eco-merge = { path = "./eco-merge" }
eco-pack = { path = "./eco-pack" }
eco-view = { path = "./eco-view" }
epub = "2.1.2"
futures = "0.3.30"
glob = "0.3.1"
home = "0.5.9"
html5ever = "0.26.0" # Last updates are not compatible with markup5ever_rcdom
iced = "0.12.1"
image = "0.25.2"
indicatif = "0.17.8"
isolang = "2.4"
markup5ever_rcdom = "0.2.0" # Last updates are not compatible with html5ever
mime = "0.3.17"
mobi = "0.8.0"
pdf = "0.9.0"
reqwest = "0.12.7"
reqwest-middleware = "0.3.3"
reqwest-retry = "0.6.1"
sanitize-filename = "0.5.0"
serde = "1.0.209"
serde_json = "1.0.127"
serde_repr = "0.1.19"
tl = "0.7.8"
thiserror = "1.0.63"
tokio = { version = "1.39.3", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
url = "2.5.2"
zip = "2.2.0"