[package] name = "jellyremuxer" version = "0.1.0" edition = "2021" [dependencies] jellycommon = { path = "../common" } jellymatroska = { path = "../matroska" } jellybase = { path = "../base" } tokio = { version = "1.35.0", features = ["io-util"] } anyhow = "1.0.75" log = { workspace = true } serde = { version = "1.0.193", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["serde"] }