# 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 = "jacuzzi" version = "0.2.1" authors = ["William Kamp "] publish = true description = "Jacuzzi is a simple (http & http2) web server for serving SPA (Single Page Applications)." readme = "README.md" keywords = [ "http", "http2", "spa", ] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/manimaul/jacuzzi/" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.warp] version = "0.3.3" features = ["tls"]