Files
fluxer/fluxer_gifs/Cargo.toml
T

25 lines
744 B
TOML
Raw Normal View History

2026-06-30 01:19:57 +02:00
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
name = "fluxer-gifs"
version = "0.1.0"
edition.workspace = true
license.workspace = true
publish = false
2026-06-30 01:19:57 +02:00
[dependencies]
fluxer_common = { path = "../fluxer_common" }
anyhow = "1.0.104"
2026-06-30 01:19:57 +02:00
base64 = "0.22.1"
fluxer-svc = { path = "../fluxer_svc", default-features = false }
hmac = "0.13.0"
moka = { version = "0.12.15", features = ["future", "sync"] }
reqwest = { version = "0.13.4", default-features = false, features = ["json", "rustls"] }
2026-08-26 23:22:46 +02:00
serde = { version = "1.0.228", features = ["derive", "rc"] }
2026-06-30 01:19:57 +02:00
serde_json = "1.0.150"
sha2 = "0.11.0"
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "signal", "sync", "time"] }
tracing = "0.1.44"
url = "2.5"
urlencoding = "2.1"