[package] name = "music_book_server" version = "0.1.1" description = "server to host music e-books" authors = ["eddycurrent "] edition = "2021" license = "MIT" [dependencies] actix-web = "4.0.1" actix-files = "0.6.0" actix-web-actors = "4.1.0" actix = "0.13.0" actix-web-httpauth = "0.6.0" base64 = "0.13.0" chrono = { version = "0.4.19", features = ["serde"] } jsonwebtoken = "8.1.0" serde = "1.0.136" rand = { version = "0.8.5", features = ["std_rng"] } mongodb = "2.2.1" uuid = { version = "1.0.0", features = ["v4"] } futures = "0.3.21" actix-multipart = "0.4.0" actix-cors = "0.6.1"