aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
blob: bcecd7b75b496166f7f59077bd5227881e3619d8 (plain)
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
[package]
name = "jellyimport"
version = "0.2.0"
edition = "2024"

[dependencies]
jellyremuxer = { path = "../remuxer" }
jellycache = { path = "../cache" }
jellycommon = { path = "../common" }
jellydb = { path = "../database" }
jellyimport-fallback-generator = { path = "fallback_generator" }

rayon = "1.11.0"
crossbeam-channel = "0.5.15"

log = { workspace = true }
anyhow = { workspace = true }
reqwest = { workspace = true }
urlencoding = "2.1.3"

serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"

async-recursion = "1.1.1"
futures = "0.3.32"
tokio = { workspace = true }

regex = "1.12.3"
base64 = "0.22.1"
chrono = "0.4.43"