[package] name = "saf-httparser" version = "0.1.1" authors = ["Bora Semiz "] edition = "2018" license = "MIT" license-file = "LICENSE" description = "A simple HTTP message parser" repository = "https://gitlab.com/borasemiz/saf-httparser" keywords = ["http"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http = "0.2.1"