GeneIT/geneit_backend/Cargo.toml
Pierre HUBERT c6e53d5790
All checks were successful
continuous-integration/drone/push Build is passing
Update backend dependencies
2025-03-28 15:06:16 +01:00

44 lines
1.1 KiB
TOML

[package]
name = "geneit_backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.27"
env_logger = "0.11.7"
clap = { version = "4.5.32", features = ["derive", "env"] }
lazy_static = "1.5.0"
lazy-regex = "3.3.0"
anyhow = "1.0.87"
actix-web = "4.10.2"
actix-cors = "0.7.0"
actix-multipart = "0.7.0"
actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
diesel = { version = "2.2.8", features = ["postgres"] }
diesel_migrations = "2.1.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
mailchecker = "6.0.17"
redis = "0.29.2"
lettre = "0.11.15"
rand = "0.9.0"
bcrypt = "0.17.0"
light-openid = "1.0.4"
thiserror = "2.0.12"
serde_with = "3.8.1"
rust_iso3166 = "0.1.12"
rust-s3 = "0.35.1"
sha2 = "0.10.8"
image = "0.25.6"
uuid = { version = "1.16.0", features = ["v4"] }
httpdate = "1.0.3"
zip = "2.5.0"
mime_guess = "2.0.5"
tempfile = "3.19.1"
base64 = "0.22.1"
ical = { version = "0.11.0", features = ["generator", "ical", "vcard"] }
chrono = "0.4.40"