# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rek" version = "0.0.1" authors = ["Rodrigo Navarro "] description = "Synchronous HTTP client" keywords = [ "web", "http", "protocol", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/reu/rek" [dependencies.http] version = "0.2.9" [dependencies.touche] version = "0.0.5" features = ["client"] default-features = false