[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"