-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
80 lines (78 loc) · 1.62 KB
/
Copy pathCargo.toml
File metadata and controls
80 lines (78 loc) · 1.62 KB
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
[workspace]
members = [
"crates/lyra",
"crates/lyra-ids",
"crates/lyra-tracing",
"crates/lyra-docker-init",
"crates/lyra-metadata",
"crates/lyra-metadata-tmdb",
"crates/lyra-packager",
"crates/lyra-parser",
"crates/lyra-thumbnail",
"crates/lyra-timeline-preview",
"crates/lyra-marker",
"crates/lyra-probe", "crates/lyra-bitsubconvert",
]
resolver = "3"
default-members = ["crates/lyra"]
[workspace.package]
version = "0.1.0"
edition = "2024"
[workspace.dependencies]
anyhow = "1"
async-graphql = "7.0"
async-graphql-axum = "7.0"
async-recursion = "1.1"
async-trait = "0.1"
argon2 = { version = "0.5", default-features = false }
axum = "0.8"
axum-extra = "0.10"
base64 = "0.22"
bitflags = "2.11"
chrono = "0.4"
config = "0.15"
cookie = "0.18"
ed25519-dalek = "2.1"
futures-util = "0.3"
glob = "0.3"
hex = "0.4"
hex-literal = "0.4"
icu_locale = "2.2"
image = { version = "0.25", default-features = false }
isolang = "2.4"
itertools = "0.14"
lazy_static = "1.5"
libc = "0.2"
ndarray = "0.17"
nix = "0.30"
notify = "8.1"
oar-ocr-core = "0.6"
once_cell = "1.21"
ort = { version = "2.0.0-rc.12", default-features = false }
postcard = "1.1"
rand = "0.9"
rand_core = "0.6"
ratelimit = "0.10"
rayon = "1.11"
regex = "1"
reqwest = "0.12"
rusty-chromaprint = "0.3"
sea-orm = "2.0.0-rc.40"
serde = "1.0"
serde_json = "1.0"
sha2 = "0.11"
sqlx = "0.9"
subtile = "0.4"
tar = "0.4"
tempfile = "3.26"
thiserror = "2"
thumbhash = "0.1"
tokenizers = { version = "0.22", default-features = false }
tokio = "1"
tokio-util = "0.7"
tower-http = "0.6"
tracing = "0.1"
tracing-subscriber = "0.3"
ulid = "1.2"
uuid = "1"
zstd = "0.13"