[package] name = "jellyimport" version = "0.1.0" edition = "2021" [dependencies] jellycommon = { path = "../common" } jellybase = { path = "../base" } jellyclient = { path = "../client" } jellymatroska = { path = "../matroska" } jellyremuxer = { path = "../remuxer" } log = { workspace = true } anyhow = "1.0.75" reqwest = { version = "0.11.22", features = ["json"] } urlencoding = "2.1.3" bincode = { version = "2.0.0-rc.3", features = ["derive"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" serde_yaml = "0.9.27" async-recursion = "1.0.5" futures = "0.3.29" tokio = { workspace = true } regex = "1.10.2" base64 = "0.21.7"