1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-22 13:29:21 +00:00
comunicapiv3/Cargo.toml

22 lines
494 B
TOML
Raw Normal View History

2020-05-20 15:46:05 +00: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 07:21:58 +00:00
yaml-rust = "0.4.3"
mysql = "18.2.0"
2020-05-21 13:28:07 +00:00
actix-web = "2.0.0"
actix-rt = "1.1.1"
2020-05-23 07:37:21 +00:00
serde = "1.0.110"
2020-06-18 16:16:46 +00:00
serde_json = "1.0.53"
2020-05-23 07:37:21 +00:00
futures = "0.3.5"
encoding_rs = "0.8.23"
2020-05-23 15:09:28 +00:00
percent-encoding = "2.1.0"
2020-05-24 12:23:03 +00:00
mailchecker = "3.3.6"
2020-05-24 14:35:54 +00:00
sha1 = "0.6.0"
2020-06-01 07:38:00 +00:00
rand = "0.7.3"
chrono = "0.4.11"