cch23-8bit/Cargo.toml
2023-12-21 17:18:00 +00:00

36 lines
1.1 KiB
TOML

[package]
name = "cch23-8bit"
version = "0.1.0"
edition = "2021"
[dependencies]
askama = { version = "0.12.1", features = ["with-axum"] }
askama_axum = "0.4.0"
axum = { version = "0.7.2", features = ["macros", "multipart", "ws"] }
axum-extra = { version = "0.9.0", features = ["typed-header"] }
base64 = "0.21.5"
bytes = "1.5.0"
chrono = { version = "0.4.31", default-features = false, features = ["std"] }
country-boundaries = "1.2.0"
futures = "0.3.29"
image = "0.24.7"
isocountry = "0.3.2"
radians = "0.3.1"
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["json"] }
s2 = "0.0.12"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sha256 = "1.4.0"
shuttle-axum = { version = "0.35.0", default-features = false, features = ["axum-0-7"] }
shuttle-runtime = "0.35.0"
shuttle-shared-db = { version = "0.35.1", features = ["postgres"] }
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio-native-tls"] }
tar = "0.4.40"
tempfile = "3.8.1"
tokio = "1.34.0"
tower-http = { version = "0.5.0", features = ["fs","trace"] }
tracing = "0.1.40"
ulid = { version = "1.1.0", features = ["uuid", "serde"] }
uuid = "1.6.1"