[package] name = "miniweb" version = "0.0.1" edition = "2021" authors = ["Thomas Holloway "] license = "MIT" readme = "README.md" description = "A minimalist and idiomatic async Rust web application middleware framework" homepage = "https://github.com/nyxtom/miniweb" repository = "https://github.com/nyxtom/miniweb" keywords = ["web", "async", "framework", "http"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]