# 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 = "2018" name = "wasmedge_http_req" version = "0.9.0" authors = [ "chensiheng", "jayjamesjay", ] description = "HTTP client for the WasmEdge network socket API. Derived from the http_req library." readme = "README.md" keywords = [ "http", "client", "request", "wasmedge", "webassembly", ] categories = [ "web-programming::http-client", "network-programming", ] license = "MIT" repository = "https://github.com/second-state/wasmedge_http_req" [dependencies.unicase] version = "^2.6" [dependencies.wasmedge_wasi_socket] version = "0.4.0"