mylloon.fr/Cargo.toml
Mylloon 95b92699ed
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
update dependencies
2024-07-23 10:26:19 +02:00

37 lines
951 B
TOML

[package]
name = "ewp" # Easy Web Page
version = "0.1.0"
authors = ["Mylloon"]
edition = "2021"
description = "Webpage generator"
readme = "README.md"
repository = "https://git.mylloon.fr/Anri/mylloon.fr"
publish = false
license = "AGPL-3.0-or-later"
[dependencies]
actix-web = { version = "4.6", default-features = false, features = ["macros", "compress-brotli"] }
actix-files = "0.6"
cached = { version = "0.53", features = ["async", "ahash"] }
ramhorns = "1.0"
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_yml = "0.0"
serde_json = "1.0"
minify-html = "0.15"
minify-js = "0.6"
glob = "0.3"
comrak = "0.26"
reqwest = { version = "0.12", features = ["json"] }
chrono = { version = "0.4.38", default-features = false, features = ["clock"]}
chrono-tz = "0.9"
rss = { version = "2.0", features = ["atom"] }
lol_html = "1.2"
base64 = "0.22"
mime_guess = "2.0"
urlencoding = "2.1"
regex = "1.10"
[lints.clippy]
pedantic = "warn"