stationslauf/Cargo.toml
Philipp Hofer 7f354879fe
Some checks failed
CI/CD Pipeline / deploy (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled
more external string, continue #12
2025-04-23 14:36:22 +02:00

45 lines
1.1 KiB
TOML

[package]
name = "stationslauf"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8"
axum-login = "0.17"
chrono = { version = "0.4", features = ["serde"]}
dotenv = "0.15"
maud = { version = "0.27", features = ["axum"] }
serde = "1.0"
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio-rustls", "macros", "chrono"] }
tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] }
tower-sessions = "0.14"
#rust-i18n = { version = "3", features = [ "log-miss-tr" ] }
rust-i18n = { path="/home/ph/rust-i18n" }
thiserror = "2.0"
async-trait = "0.1"
password-auth = "1.0"
tower-sessions-sqlx-store-chrono = { version = "0.14", features = ["sqlite"] }
tracing-subscriber = "0.3"
futures = "0.3"
rand = "0.9"
argon2 = "0.5"
typst = "0.13"
# Fetching and unzipping packages
zune-inflate = { version = "0.2", default-features = false, features = [
"gzip",
"std",
] }
tar = "0.4"
ureq = "3.0"
time = "0.3"
typst-kit = { version = "0.13", features = ["embed-fonts", "vendor-openssl"] }
typst-pdf = "0.13"
[dev-dependencies]
axum-test = "17.3"
[package.metadata.i18n]
available-locales = ["de-AT"]
default-locale = "de-AT"