# 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 = "orangutan" version = "0.1.4" authors = ["Noel Matero "] description = "Flask-like super simple and lightweight web server framework for rust" readme = "README.md" keywords = [ "orangutan", "flask", "server", "web-server", "http", ] license = "MIT" repository = "https://github.com/NoelMatero/orangutan" [dependencies.lazy_static] version = "1.4" [dependencies.lib_shared] version = "0.1.0" [dependencies.mio] version = "0.5" [dependencies.orangutan_macro] version = "0.1.1" [dependencies.regex] version = "1.10.4" [dependencies.serde_json] version = "1.0.117" [dependencies.threadpool] version = "1.8.1"