[package] authors = ["Noel Matero "] name = "orangutan" version = "0.1.4" edition = "2021" description = "Flask-like super simple and lightweight web server framework for rust" license = "MIT" keywords = ["orangutan", "flask", "server", "web-server", "http"] repository = "https://github.com/NoelMatero/orangutan" [dependencies] mio = "0.5" regex = "1.10.4" threadpool = "1.8.1" lazy_static = "1.4" serde_json = "1.0.117" lib_shared = { version = "0.1.0", path = "./orangutan_macro/lib_shared" } orangutan_macro = { version = "0.1.1", path = "./orangutan_macro" }