five_five_five/Cargo.toml

20 lines
589 B
TOML
Raw Permalink Normal View History

2023-09-09 08:47:31 +00:00
[package]
name = "five_five_five"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-09-10 16:22:40 +00:00
eframe = "0.22.0"
2023-09-09 18:31:37 +00:00
linuxvideo = { path = "deps/LinuxVideo" }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
2023-09-09 08:47:31 +00:00
thiserror = "1.0.48"
2023-09-15 02:35:48 +00:00
tokio = { version = "1.32.0", features = ["full"] }
zune-core = { path = "deps/zune-image/zune-core" }
zune-jpeg = { path = "deps/zune-image/zune-jpeg", default-features = false, features = ["std"] }
[profile.dev.package.zune-jpeg]
opt-level = 3