pi-frame-server/Cargo.toml
saji 73c4d96577
Some checks failed
cargo_test_bench / Run Tests (push) Failing after 1m28s
cargo_test_bench / Run Benchmarks (push) Successful in 1m56s
Revert 2 commits
0267c3d 'update regression tests to match hyab'
8816176 'make lab conversion parallel; use hyab'
2024-08-02 11:59:36 -05:00

35 lines
918 B
TOML

[package]
name = "pi-frame-server"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
axum = { version = "0.7.5", features = ["macros", "multipart"] }
axum-macros = "0.4.1"
clap = { version = "4.5.7", features = ["derive"] }
epd-waveshare = { git = "https://github.com/caemor/epd-waveshare.git"}
image = "0.25.1"
linux-embedded-hal = { version = "0.4.0"}
mime = "0.3.17"
minijinja = "2.1.0"
palette = "0.7.6"
rusqlite = { version = "0.32.1", features = ["bundled"] }
serde = { version = "1.0.204", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0.63"
tokio = { version = "1.38.1", features = ["full"] }
toml = "0.8.19"
tower-http = { version = "0.5.2", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "dithering"
harness = false