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

45 lines
1.0 KiB
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]
2021-02-19 15:44:50 +00:00
yaml-rust = "0.4.5"
mysql = "20.1.0"
actix = "0.10.0"
actix-web = "3.3.2"
actix-files = "0.5.0"
2021-02-19 16:08:13 +00:00
actix-rt = "1.1.1"
2021-02-19 15:44:50 +00:00
actix-multipart = "0.3.0"
actix-web-actors = "3.0.0"
2021-10-23 14:32:03 +00:00
actix-http = "2.2.0"
2021-02-19 15:44:50 +00:00
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.62"
futures = "0.3.12"
encoding_rs = "0.8.28"
2020-05-23 15:09:28 +00:00
percent-encoding = "2.1.0"
2021-02-19 15:44:50 +00:00
mailchecker = "4.0.3"
2020-05-24 14:35:54 +00:00
sha1 = "0.6.0"
2021-02-19 15:44:50 +00:00
rand = "0.8.3"
chrono = "0.4.19"
bytes = "1.0.1"
image = "0.23.13"
kamadak-exif = "0.5.3"
2020-07-08 09:03:17 +00:00
lazy_static = "1.4.0"
2020-07-08 15:14:55 +00:00
mime_guess = "2.0.3"
2021-02-19 15:44:50 +00:00
pdf = "0.7.1"
regex = "1.4.3"
dashmap = "4.0.2"
reqwest = { version = "0.11.1", features = ["json", "blocking"] }
webrtc-sdp = "0.3.8"
2021-03-06 08:35:36 +00:00
bcrypt = "0.9.0"
mp3-metadata = "0.3.3"
mp4 = "0.8.1"
2021-04-08 14:45:29 +00:00
zip = "0.5.10"
webpage = "1.2.0"
2021-05-04 17:18:47 +00:00
gouth = "0.2.0"
tokio = { version = "0.2" }
webauthn-rs = "0.2.5"