mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
26 lines
650 B
TOML
26 lines
650 B
TOML
[package]
|
|
name = "fluxer_common"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.104"
|
|
aws-credential-types = "1.2.14"
|
|
aws-sigv4 = "1.4.5"
|
|
axum = { version = "0.8.9", default-features = false }
|
|
maxminddb = "0.28.1"
|
|
moka = { version = "0.12.15", features = ["sync"] }
|
|
reqwest = { version = "0.13.4", default-features = false, features = ["blocking", "rustls"] }
|
|
serde_json = "1.0.150"
|
|
time = { version = "0.3.47", features = ["formatting", "macros", "parsing"] }
|
|
tracing = "0.1.44"
|
|
base64 = "0.22"
|
|
hmac = "0.13.0"
|
|
sha2 = "0.11.0"
|
|
thiserror = "2"
|
|
urlencoding = "2.1.3"
|
|
|
|
[dev-dependencies]
|
|
url = "2.5.8"
|