[package] name = "comunic_server" version = "0.1.0" authors = ["Pierre HUBERT "] 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.2.0" actix = "0.13.0" actix-web = "4.1.0" actix-files = "0.6.2" actix-multipart = "0.4.0" actix-web-actors = "4.1.0" actix-http = "3.0.4" serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.82" futures = "0.3.21" encoding_rs = "0.8.31" percent-encoding = "2.1.0" mailchecker = "4.1.19" sha1 = "0.10.1" rand = "0.8.5" chrono = "0.4.19" bytes = "1.2.1" image = "0.24.3" kamadak-exif = "0.5.4" lazy_static = "1.4.0" mime_guess = "2.0.4" pdf = "0.7.2" regex = "1.6.0" dashmap = "5.3.4" reqwest = { version = "0.11.11", features = ["json"] } webrtc-sdp = "0.3.9" bcrypt = "0.13.0" mp3-metadata = "0.3.4" mp4 = "0.12.0" zip = "0.6.2" webpage = "1.4.0" gouth = "0.2.1" webauthn-rs = "0.3.2" url = "2.2.2" async-recursion = "1.0.0" tokio = { version = "1.20.1", features = ["rt-multi-thread"] }