[package] name = "jellytranscoder" version = "0.1.0" edition = "2021" [dependencies] jellyremuxer = { path = "../remuxer" } jellycache = { path = "../cache" } jellystream-types = { path = "../stream/types" } log = { workspace = true } # TODO: change this back to crates.io when pr is merged image = "0.25.5" # image = { git = "https://github.com/metamuffin/image-rs", features = [ # "avif-decoder", # ] } libavif-image = { version = "0.14.0", default-features = false, features = [ "codec-dav1d", ] } anyhow = "1.0.95" rgb = "0.8.50" rav1e = { version = "0.7.1", default-features = false, features = [ "threading", ] } rayon = "1.10.0" imgref = "1.11.0" ravif = "0.11.11" tokio = { workspace = true } serde = { version = "1.0.217", features = ["derive"] }