[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 = []
[lib]
name = "wasmedge_wasi_socket"
path = "src/lib.rs"
[package]
authors = ["Yi <yi@secondstate.io>"]
categories = ["network-programming"]
description = "Rust API for the networking socket functions supported in the WasmEdge Runtime for WebAssembly."
edition = "2021"
keywords = ["http", "tcp", "socket", "webassembly", "wasmedge"]
license = "Apache-2.0"
name = "wasmedge_wasi_socket"
readme = "README.md"
repository = "https://github.com/second-state/wasmedge_wasi_socket"
version = "0.5.5"