aboutsummaryrefslogtreecommitdiff
path: root/stream/Cargo.toml
blob: ad6f09845a78ceac81f05a426bf8fa3a41f708a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "jellystream"
version = "0.1.0"
edition = "2021"

[dependencies]
jellycommon = { path = "../common" }
jellycache = { path = "../cache" }
jellytranscoder = { path = "../transcoder" }
jellyremuxer = { path = "../remuxer" }
jellymatroska = { path = "../matroska" }
ebml-struct = { git = "https://codeberg.org/metamuffin/ebml-struct" }

log = { workspace = true }
anyhow = { workspace = true }
tokio = { version = "1.43.0", features = ["io-util"] }
tokio-util = { version = "0.7.13", features = ["io", "io-util"] }
serde_json = "1.0.138"
serde = { version = "1.0.217", features = ["derive"] }