-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
80 lines (75 loc) · 1.79 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[package]
name = "blue-onyx"
version = "0.8.0"
edition = "2021"
[dependencies]
ab_glyph = "0"
anyhow = "1"
askama = {version = "0", features = ["with-axum"]}
askama_axum = "0"
axum = { version = "0", default-features = false, features = [
"http1",
"json",
"multipart",
"tokio",
] }
base64 = "0"
bytes = "1"
clap = { version = "4", default-features = false, features = [
"color",
"derive",
"error-context",
"help",
"std",
"suggestions",
"usage",
] }
chrono = "0"
crossbeam = "0"
fast_image_resize = "5"
futures = { version = "0", default-features = false }
hf-hub = { version = "0", default-features = false, features = ["online", "tokio"] }
image = "0"
imageproc = "0"
indicatif = "0"
jpeg-encoder = "0"
mime = "0"
ndarray = "0"
num_cpus = "1"
ort = { version = "2.0.0-rc.9", default-features = false, features = [
"ndarray",
"load-dynamic",
"directml",
] }
raw-cpuid = "11"
reqwest = { version = "0", features = ["stream", "multipart", "json"] }
serde = "1"
serde_yaml = "0"
smallvec = { version = "1", features = ["union"] }
tracing = { version = "0" }
tracing-appender = "0"
tracing-subscriber = { version = "0" }
tokio = { version = "1", default-features = false, features = ["signal", "fs"] }
tokio-util = { version = "0", features = ["codec"] }
uuid = { version = "1", features = ["v4"] }
zune-core = "0"
zune-jpeg = "0"
[target.'cfg(windows)'.dependencies]
ansi_term = "0"
windows = { version = "0", default-features = false, features = [
"Win32_Foundation",
"Win32_Graphics_Dxgi",
"Win32_Graphics_Dxgi_Common",
"Win32_Graphics_Direct3D",
"Win32_Graphics_Direct3D12",
"Win32_System_Threading",
] }
windows-service = "0"
[build-dependencies]
ureq = "2"
zip = "2"
[profile.release]
opt-level = 3
lto = true
strip = true
codegen-units = 1