[package] name = "craweb" license = "MIT" edition = "2021" version = "0.3.0" repository = "https://gitlab.com/Pelfox/craweb" description = "Multithreaded asynchronous web server, written in Rust." [dependencies] tokio = { version = "1", features = ["full"] } httparse = "1.7.1" rusty_pool = "0.7.0" anyhow = "1.0.58"