[package] name = "jellystream" version = "0.1.0" edition = "2021" [dependencies] jellycommon = { path = "../common" } jellycache = { path = "../cache" } jellytranscoder = { path = "../transcoder" } jellyremuxer = { path = "../remuxer" } jellystream-types = { path = "types" } log = { workspace = true } anyhow = { workspace = true } serde_json = "1.0.138" serde = { version = "1.0.217", features = ["derive"] }