GeneIT/geneit_backend/Cargo.toml
Pierre HUBERT f167e24c4f
All checks were successful
continuous-integration/drone/push Build is passing
Database migration are now automatically applied
2024-05-14 21:36:49 +02:00

41 lines
969 B
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.21"
env_logger = "0.11.3"
clap = { version = "4.5.4", features = ["derive", "env"] }
lazy_static = "1.4.0"
anyhow = "1.0.83"
actix-web = "4.5.1"
actix-cors = "0.7.0"
actix-multipart = "0.6.1"
actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
diesel = { version = "2.1.6", features = ["postgres"] }
diesel_migrations = "2.1.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.117"
mailchecker = "6.0.4"
redis = "0.25.3"
lettre = "0.11.7"
rand = "0.8.5"
bcrypt = "0.15.1"
light-openid = "1.0.2"
thiserror = "1.0.60"
serde_with = "3.8.1"
rust_iso3166 = "0.1.12"
rust-s3 = "0.33.0"
sha2 = "0.10.8"
image = "0.25.1"
uuid = { version = "1.8.0", features = ["v4"] }
httpdate = "1.0.3"
zip = "1.2.3"
mime_guess = "2.0.4"
tempfile = "3.10.1"
base64 = "0.22.0"