GeneIT/geneit_backend/Cargo.toml
Pierre Hubert 33f7d64e7e
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Update Rust crate log to 0.4.21' (#102) from renovate/log-0.x into master
Reviewed-on: #102
2024-03-11 17:20:27 +00:00

40 lines
942 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.10.1"
clap = { version = "4.4.12", features = ["derive", "env"] }
lazy_static = "1.4.0"
anyhow = "1.0.75"
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.29"
diesel = { version = "2.1.4", features = ["postgres"] }
serde = { version = "1.0.194", features = ["derive"] }
serde_json = "1.0.110"
mailchecker = "6.0.1"
redis = "0.24.0"
lettre = "0.11.2"
rand = "0.8.5"
bcrypt = "0.15.0"
light-openid = "1.0.1"
thiserror = "1.0.57"
serde_with = "3.4.0"
rust_iso3166 = "0.1.11"
rust-s3 = "0.33.0"
sha2 = "0.10.8"
image = "0.24.9"
uuid = { version = "1.6.1", features = ["v4"] }
httpdate = "1.0.3"
zip = "0.6.6"
mime_guess = "2.0.4"
tempfile = "3.10.1"
base64 = "0.22.0"