2023-04-25 01:26:27 +00:00
|
|
|
[package]
|
2023-04-27 16:56:10 +00:00
|
|
|
name = "empede"
|
2023-05-01 23:45:40 +00:00
|
|
|
description = "A web client for MPD"
|
2023-12-23 09:12:22 +00:00
|
|
|
version = "0.2.1"
|
2023-04-25 01:26:27 +00:00
|
|
|
edition = "2021"
|
2023-05-01 23:45:40 +00:00
|
|
|
license = "MIT"
|
2023-05-03 13:25:44 +00:00
|
|
|
repository = "https://github.com/vijfhoek/empede"
|
2023-04-25 01:26:27 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.70"
|
2023-05-13 12:51:22 +00:00
|
|
|
askama = { version = "0.12.0", default-features = false, features = ["serde-json"] }
|
2023-07-12 22:34:40 +00:00
|
|
|
infer = { version = "0.15.0", default-features = false }
|
2023-05-02 09:04:08 +00:00
|
|
|
percent-encoding = "2.2.0"
|
2023-04-25 01:26:27 +00:00
|
|
|
serde = { version = "1.0.160", features = ["derive"] }
|
|
|
|
serde_qs = "0.12.0"
|
2023-12-26 16:22:46 +00:00
|
|
|
askama_actix = "0.14.0"
|
|
|
|
tokio = { version = "1.35.1", features = ["full"] }
|
|
|
|
actix-web = "4.4.0"
|
|
|
|
thiserror = "1.0.51"
|
|
|
|
actix-files = "0.6.2"
|
|
|
|
actix-web-lab = "0.20.1"
|
|
|
|
tokio-stream = "0.1.14"
|
|
|
|
futures = "0.3.29"
|
|
|
|
async-stream = "0.3.5"
|
|
|
|
env_logger = "0.10.1"
|