[package] name = "jellystream" version = "0.1.0" edition = "2021" [dependencies] jellycommon = { path = "../common", features = ["rocket"] } jellybase = { path = "../base" } jellytranscoder = { path = "../transcoder" } jellyremuxer = { path = "../remuxer" } log = { workspace = true } anyhow = { workspace = true } tokio = { version = "1.35.0", features = ["io-util"] } tokio-util = { version = "0.7.10", features = ["io", "io-util"] } serde_json = "1.0.108"