# 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 = "fastserve" version = "0.2.3" description = "A simple and quick way of creating a backend to serve static files / api endpoints" homepage = "https://artur.red" documentation = "https://artur.red" keywords = [ "webserver", "backend", "api", ] license = "MIT" repository = "https://github.com/Arturr-H/Rust-server.git" resolver = "2" [dependencies.lazy_static] version = "0.1" [dependencies.num] version = "0.2.1" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.termcolor] version = "1.1" [dependencies.tokio] version = "1" features = ["full"]