[package] name = "httpstatus" version = "0.1.2" edition = "2018" authors = ["Navid "] license = "MIT/Apache-2.0" repository = "https://github.com/yaa110/rust-httpstatus" homepage = "https://github.com/yaa110/rust-httpstatus" documentation = "https://docs.rs/httpstatus" description = """ Provides a list of HTTP response status codes. """ categories = ["network-programming"] [badges] travis-ci = { repository = "yaa110/rust-httpstatus" } [dependencies] serde = { version = "1.0", features = ["derive"] }