[package] name = "server" version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # Compiling actix-server v2.2.0 # Compiling actix-http v3.3.1 # Compiling actix-web v4.3.1 actix-web ="4" # Compiling actix-rt v2.8.0 actix-rt = "*" #actix-swagger = "*" serde = "*" #utoipa = { version = "3", features = ["actix_extras"] } # Compiling utoipa-swagger-ui v3.1.4 utoipa-swagger-ui = { version = "3", features = ["actix-web"] } [[bin]] name = "webserver" path = "main.rs"