# 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 = "http_lolo" version = "0.1.0" authors = ["Mohaskii uha22211@email.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple, lightweight, single-threaded HTTP server with non-blocking I/O for concurrent operation handling" readme = "README.md" keywords = [ "http", "server", "web", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/mohaskii/http_lolo" [lib] name = "http_lolo" path = "src/lib.rs" [dependencies.httparse] version = "1.9.4" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.multipart] version = "0.18.0" [dependencies.rand] version = "0.7.3" features = ["std"] default-features = false