mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-22 13:29:21 +00:00
41 lines
946 B
TOML
41 lines
946 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.5"
|
|
mysql = "20.1.0"
|
|
actix = "0.10.0"
|
|
actix-web = "3.3.2"
|
|
actix-files = "0.5.0"
|
|
actix-rt = "1.1.1"
|
|
actix-multipart = "0.3.0"
|
|
actix-web-actors = "3.0.0"
|
|
serde = { version = "1.0.123", features = ["derive"] }
|
|
serde_json = "1.0.62"
|
|
futures = "0.3.12"
|
|
encoding_rs = "0.8.28"
|
|
percent-encoding = "2.1.0"
|
|
mailchecker = "4.0.3"
|
|
sha1 = "0.6.0"
|
|
rand = "0.8.3"
|
|
chrono = "0.4.19"
|
|
bytes = "1.0.1"
|
|
image = "0.23.13"
|
|
kamadak-exif = "0.5.3"
|
|
lazy_static = "1.4.0"
|
|
mime_guess = "2.0.3"
|
|
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"
|
|
bcrypt = "0.9.0"
|
|
mp3-metadata = "0.3.3"
|
|
mp4 = "0.8.1"
|
|
zip = "0.5.10"
|
|
webpage = "1.2.0" |