# 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 = "http_req_wasi" version = "0.11.1" authors = [ "chensiheng", "jayjamesjay", ] description = "HTTP client for the WasmEdge network socket API. Derived from the http_req library." readme = "README.md" keywords = [ "http", "https", "client", "wasmedge", "webassembly", ] categories = [ "web-programming::http-client", "network-programming", ] license = "MIT" repository = "https://github.com/second-state/http_req" [lib] name = "http_req" path = "src/lib.rs" [dependencies.unicase] version = "^2.6" [dependencies.wasmedge_rustls_api] version = "0.1.0" optional = true [dependencies.wasmedge_wasi_socket] version = "0.5.0" [features] default = ["wasmedge_rustls"] wasmedge_rustls = ["wasmedge_rustls_api"]