blob: 79c7b91a47c856d02c2bd7d87a8483682dedab90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "jellytranscoder"
version = "0.1.0"
edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
jellybase = { path = "../base" }
log = "0.4.20"
image = "0.24.7"
anyhow = "1.0.75"
rgb = "0.8.36"
rav1e = { version = "0.6.6", default-features = false, features = [
"threading",
] }
rayon = "1.7.0"
imgref = "1.9.4"
ravif = "0.11.2"
|