# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rapid-web" version = "0.4.9" description = "A simple Rust server for the Rapid framework." homepage = "https://cincinnati.ventures" readme = "README.md" keywords = [ "server", "web-framework", "rapid", ] license = "MIT" repository = "https://github.com/DarrenBaldwin07/rapid" [lib] doctest = false [dependencies.actix-cors] version = "0.6.4" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-http] version = "3.3.1" [dependencies.actix-service] version = "2.0.2" [dependencies.actix-web] version = "4.3.1" [dependencies.actix-web-httpauth] version = "0.8.0" [dependencies.clerk-rs] version = "0.1.7" [dependencies.colorful] version = "0.2.2" [dependencies.futures-util] version = "0.3.26" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.53" [dependencies.rapid-cli] version = "0.6.0" [dependencies.rapid-web-codegen] version = "0.2.8" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.155" [dependencies.spinach] version = "2.1.0" [dependencies.syn] version = "2.0.10" features = [ "full", "extra-traits", ] [dependencies.tiny-gradient] version = "0.1.0" [dependencies.walkdir] version = "2.3.3"