GeneIT/geneit_backend/Cargo.toml
Pierre Hubert 33748e3233
All checks were successful
continuous-integration/drone/push Build is passing
Update Rust crate thiserror to 1.0.47
2023-08-30 00:55:47 +00:00

39 lines
938 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.17"
env_logger = "0.10.0"
clap = { version = "4.3.0", features = ["derive", "env"] }
lazy_static = "1.4.0"
anyhow = "1.0.75"
actix-web = "4.3.1"
actix-cors = "0.6.4"
actix-multipart = "0.6.1"
actix-remote-ip = "0.1.0"
futures-util = "0.3.28"
diesel = { version = "2.0.4", features = ["postgres"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.96"
mailchecker = "5.0.9"
redis = "0.23.2"
lettre = "0.10.4"
rand = "0.8.5"
bcrypt = "0.15.0"
light-openid = "1.0.1"
thiserror = "1.0.47"
serde_with = "3.1.0"
rust_iso3166 = "0.1.10"
rust-s3 = "0.33.0"
sha2 = "0.10.7"
image = "0.24.6"
uuid = { version = "1.4.1", features = ["v4"] }
httpdate = "1.0.2"
zip = "0.6.6"
mime_guess = "2.0.4"
tempfile = "3.7.1"
base64 = "0.21.2"