[package] name = "jellytool" 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 } env_logger = "0.10.0" anyhow = "1.0.75" clap = { version = "4.4.6", features = ["derive"] } reqwest = { version = "0.11.20", features = ["blocking", "json"] } indicatif = "0.17.7" tokio = { workspace = true } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" serde_yaml = "0.9.25" bincode = { version = "2.0.0-rc.3", features = ["serde"] } base64 = "0.21.4" rand = "0.8.5"