pi-frame-server/Cargo.toml

20 lines
469 B
TOML
Raw Normal View History

2024-06-24 13:29:59 +00:00
[package]
name = "pi-frame-server"
version = "0.1.0"
edition = "2021"
2024-06-29 16:55:37 +00:00
[features]
gui = []
spi = ["dep:epd-waveshare", "dep:linux-embedded-hal"]
2024-06-24 13:29:59 +00:00
[dependencies]
2024-06-29 16:55:37 +00:00
anyhow = "1.0.86"
clap = { version = "4.5.7", features = ["derive"] }
epd-waveshare = { git = "https://github.com/caemor/epd-waveshare.git", optional = true }
image = "0.25.1"
linux-embedded-hal = { version = "0.4.0", optional = true }
num-traits = "0.2.19"
palette = "0.7.6"
rayon = "1.10.0"
rgb = "0.8.40"