# 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 = "oneshotserver" version = "1.0.0" description = "A quick utility to create a simple web server which blocks the current thread until the first request is served. Usecases include handling incoming requests for usecases like OAuth token generation etc." homepage = "https://github.com/Surya-06/rust-oneshotserver" readme = "README.md" keywords = [ "http-server", "one-shot-server", "sync-web-server", ] categories = ["web-programming::http-server"] license-file = "LICENSE" repository = "https://github.com/Surya-06/rust-oneshotserver" [dependencies.debug_print] version = "1.0.0" [dependencies.hyper] version = "0.14.23" features = [ "http1", "tcp", "server", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.tokio] version = "1.24.1" features = ["full"]