mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-22 13:29:21 +00:00
46 lines
1.0 KiB
TOML
46 lines
1.0 KiB
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 = "22.1.0"
|
|
actix = "0.13.0"
|
|
actix-web = "4.0.1"
|
|
actix-files = "0.6.0"
|
|
actix-multipart = "0.4.0"
|
|
actix-web-actors = "4.1.0"
|
|
actix-http = "3.0.2"
|
|
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.10.1"
|
|
rand = "0.8.3"
|
|
chrono = "0.4.19"
|
|
bytes = "1.0.1"
|
|
image = "0.24.1"
|
|
kamadak-exif = "0.5.3"
|
|
lazy_static = "1.4.0"
|
|
mime_guess = "2.0.3"
|
|
pdf = "0.7.1"
|
|
regex = "1.4.3"
|
|
dashmap = "5.1.0"
|
|
reqwest = { version = "0.11.1", features = ["json", "blocking"] }
|
|
webrtc-sdp = "0.3.8"
|
|
bcrypt = "0.12.0"
|
|
mp3-metadata = "0.3.3"
|
|
mp4 = "0.9.2"
|
|
zip = "0.5.10"
|
|
webpage = "1.2.0"
|
|
gouth = "0.2.0"
|
|
webauthn-rs = "0.3.2"
|
|
url = "2.2.2"
|
|
async-recursion = "1.0.0"
|
|
tokio = "1.17.0" |