[package] name = "rek" version = "0.0.1" edition = "2021" authors = ["Rodrigo Navarro "] license = "MIT" description = "Synchronous HTTP client" repository = "https://github.com/reu/rek" categories = ["network-programming", "web-programming"] keywords = ["web", "http", "protocol"] [dependencies] http = "0.2.9" touche = { version = "0.0.5", default-features = false, features = ["client"] }