wwwtech.de/Cargo.toml

59 lines
1.5 KiB
TOML

[package]
name = "wwwtech_rs"
version = "1.2.6"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.6", features = [
"http2",
"multipart",
"tracing",
"macros",
] }
axum-extra = "0.7"
tower-http = { version = "0.4.4", features = ["fs", "trace"] }
chrono = { version = "0.4.30", features = ["serde"] }
dotenvy = "0.15.7"
serde = { version = "1.0.188", features = ["derive"] }
tokio = { version = "1.32", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["tracing", "io"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
validator = { version = "0.16", features = ["derive"] }
image = "0.24"
kamadak-exif = "0.5"
anyhow = { version = "1.0.75", features = ["backtrace"] }
askama = { version = "0.12", features = ["with-axum"] }
askama_axum = "0.3.0"
atom_syndication = "0.12"
pulldown-cmark = { version = "0.9", default-features = false }
regex = "1"
axum-login = "0.6.0"
async-trait = "0.1"
eyre = "0.6"
argon2 = "0.5"
new_mime_guess = "4.0"
# webmentions
url = "2.4"
reqwest = { version = "0.11", features = ["blocking"] }
visdom = "1.0"
itertools = "0.11"
urlencoding = "2.1"
lettre = "0.10.4"
axum_typed_multipart = "0.9"
tempfile = "3.8"
[dependencies.mastodon-async]
version = "1.3"
features = ["toml"]
[dependencies.sqlx]
version = "0.7"
features = ["runtime-tokio", "tls-native-tls", "postgres", "json", "chrono"]
[build-dependencies]
askama = "0.12"