[package] name = "jellytranscoder" version = "0.1.0" edition = "2021" [dependencies] jellycommon = { path = "../common" } jellybase = { path = "../base" } jellyremuxer = { path = "../remuxer" } log = { workspace = true } # TODO: change this back to crates.io when pr is merged image = "0.24.7" # image = { git = "https://github.com/metamuffin/image-rs", features = [ # "avif-decoder", # ] } libavif-image = { version = "0.10.0", default-features = false, features = [ "codec-dav1d", ] } anyhow = "1.0.75" rgb = "0.8.36" rav1e = { version = "0.6.6", default-features = false, features = [ "threading", ] } rayon = "1.8.0" imgref = "1.9.4" ravif = "0.11.3" tokio = { workspace = true }