mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-22 13:29:21 +00:00
28 lines
619 B
TOML
28 lines
619 B
TOML
[package]
|
|
name = "comunic_server"
|
|
version = "0.1.0"
|
|
authors = ["Pierre HUBERT <pierre.git@communiquons.org>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
yaml-rust = "0.4.3"
|
|
mysql = "18.2.0"
|
|
actix-web = "2.0.0"
|
|
actix-rt = "1.1.1"
|
|
actix-multipart = "0.2.0"
|
|
serde = "1.0.110"
|
|
serde_json = "1.0.53"
|
|
futures = "0.3.5"
|
|
encoding_rs = "0.8.23"
|
|
percent-encoding = "2.1.0"
|
|
mailchecker = "3.3.6"
|
|
sha1 = "0.6.0"
|
|
rand = "0.7.3"
|
|
chrono = "0.4.11"
|
|
bytes = "0.5.4"
|
|
image = "0.23.5"
|
|
kamadak-exif = "0.5.1"
|
|
lazy_static = "1.4.0"
|
|
mime_guess = "2.0.3" |