[package] name = "rapid-web" version = "0.4.9" edition = "2021" description = "A simple Rust server for the Rapid framework." repository = "https://github.com/DarrenBaldwin07/rapid" homepage = "https://cincinnati.ventures" license = "MIT" keywords = ["server", "web-framework", "rapid"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] doctest = false [dependencies] actix-web = "4.3.1" actix-files = "0.6.2" actix-cors = "0.6.4" actix-web-httpauth = "0.8.0" actix-service = "2.0.2" actix-http = "3.3.1" rapid-cli = { version = "0.6.0", path = "../rapid-cli" } futures-util = "0.3.26" colorful = "0.2.2" log = "0.4.17" pretty_env_logger = "0.5.0" tiny-gradient = "0.1.0" serde = "1.0.155" lazy_static = "1.4.0" rapid-web-codegen = { version = "0.2.8", path = "../rapid-web-codegen" } proc-macro2 = "1.0.53" syn = { version = "2.0.10", features = ["full", "extra-traits"] } walkdir = "2.3.3" regex = "1.7.3" spinach = "2.1.0" clerk-rs = "0.1.7"