# 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_wasi_socket" version = "0.5.5" authors = ["Yi "] description = "Rust API for the networking socket functions supported in the WasmEdge Runtime for WebAssembly." readme = "README.md" keywords = [ "http", "tcp", "socket", "webassembly", "wasmedge", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/second-state/wasmedge_wasi_socket" [lib] name = "wasmedge_wasi_socket" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.dns-parser] version = "0.8.0" [dependencies.libc] version = "0.2.3" [dependencies.rand] version = "0.8.5" [features] default = [] epoll = [] wasi_poll = []