2020-05-20 17:46:05 +02:00
|
|
|
[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]
|
2020-05-21 09:21:58 +02:00
|
|
|
yaml-rust = "0.4.3"
|
|
|
|
mysql = "18.2.0"
|
2020-05-21 15:28:07 +02:00
|
|
|
actix-web = "2.0.0"
|
|
|
|
actix-rt = "1.1.1"
|
2020-06-20 10:31:58 +02:00
|
|
|
actix-multipart = "0.2.0"
|
2020-05-23 09:37:21 +02:00
|
|
|
serde = "1.0.110"
|
2020-06-18 18:16:46 +02:00
|
|
|
serde_json = "1.0.53"
|
2020-05-23 09:37:21 +02:00
|
|
|
futures = "0.3.5"
|
|
|
|
encoding_rs = "0.8.23"
|
2020-05-23 17:09:28 +02:00
|
|
|
percent-encoding = "2.1.0"
|
2020-05-24 14:23:03 +02:00
|
|
|
mailchecker = "3.3.6"
|
2020-05-24 16:35:54 +02:00
|
|
|
sha1 = "0.6.0"
|
2020-06-01 09:38:00 +02:00
|
|
|
rand = "0.7.3"
|
2020-06-20 11:37:29 +02:00
|
|
|
chrono = "0.4.11"
|
2020-06-20 15:22:41 +02:00
|
|
|
bytes = "0.5.4"
|
2020-06-22 10:35:39 +02:00
|
|
|
image = "0.23.5"
|
2020-06-23 18:55:23 +02:00
|
|
|
kamadak-exif = "0.5.1"
|
|
|
|
lazy_static = "1.4.0"
|