1
Fork 0
cabinet/encoder/Cargo.toml
Andy Killorin f5bc322862
switched to jpeg from h264 compression
10x larger over the wire but no dependency on libstdc++
2025-01-02 19:42:05 -05:00

12 lines
266 B
TOML

[package]
name = "encoder"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
image = "0.25.5"
nokhwa = { version = "0.10.7", features = ["input-native"] }
openh264 = "0.6.6"
tokio = { version = "1.42.0", features = ["full"] }
zune-jpeg = "0.4.14"