# 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 = "wasmedge_hyper_rustls" version = "0.1.1" description = """ Support HTTPS and TLS connection in hyper-rs applications that are compiled to Wasm (WebAssembly) """ license = "Apache-2.0" repository = "https://github.com/second-state/wasmedge_hyper_rustls" [dependencies.http] version = "0.2" [dependencies.hyper_wasi] version = "0.15" features = ["full"] [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.tokio_wasi] version = "1" features = [ "rt", "macros", "net", "time", "io-util", ] [dependencies.wasmedge_rustls_api] version = "0.1.0" features = ["tokio_async"]