[package] name = "httptest_core" version = "0.1.1" authors = ["Glenn Griffin "] edition = "2018" description = "Core traits for httptest" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/httptest" repository = "https://github.com/ggriffiniii/httptest" homepage = "https://github.com/ggriffiniii/httptest" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http = "0.2"