mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-21 21:09:22 +00:00
47 lines
1.1 KiB
TOML
47 lines
1.1 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 = "24.0.0"
|
|
actix = "0.13.1"
|
|
actix-web = "4.4.0"
|
|
actix-files = "0.6.2"
|
|
actix-multipart = "0.6.1"
|
|
actix-web-actors = "4.2.0"
|
|
actix-http = "3.3.1"
|
|
serde = { version = "1.0.163", features = ["derive"] }
|
|
serde_json = "1.0.108"
|
|
futures = "0.3.29"
|
|
encoding_rs = "0.8.33"
|
|
percent-encoding = "2.3.1"
|
|
mailchecker = "6.0.1"
|
|
sha1 = "0.10.6"
|
|
rand = "0.8.5"
|
|
chrono = "0.4.31"
|
|
bytes = "1.5.0"
|
|
image = "0.24.7"
|
|
kamadak-exif = "0.5.4"
|
|
lazy_static = "1.4.0"
|
|
mime_guess = "2.0.4"
|
|
pdf = "0.9.0"
|
|
regex = "1.10.2"
|
|
dashmap = "5.5.3"
|
|
reqwest = { version = "0.11.23", features = ["json"] }
|
|
webrtc-sdp = "0.3.9"
|
|
bcrypt = "0.15.0"
|
|
mp3-metadata = "0.3.4"
|
|
mp4 = "0.14.0"
|
|
zip = "0.6.2"
|
|
webpage = "2.0.0"
|
|
gouth = "0.2.1"
|
|
webauthn-rs = "0.4.3"
|
|
url = "2.5.0"
|
|
async-recursion = "1.0.5"
|
|
tokio = { version = "1.35.0", features = ["rt-multi-thread"] }
|