# 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 = "wasmer-wasi-local-networking" version = "3.1.1" authors = ["Wasmer Engineering Team "] description = "An WASIX extension for local networking" readme = "README.md" keywords = [ "wasm", "webassembly", "types", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" resolver = "2" [dependencies.bytes] version = "1.1" [dependencies.tracing] version = "0.1" [dependencies.wasmer-vfs] version = "=3.1.1" default-features = false [dependencies.wasmer-vnet] version = "=3.1.1" default-features = false [features] default = ["host_fs"] host_fs = [ "wasmer-vnet/host_fs", "wasmer-vfs/host-fs", ] mem_fs = [ "wasmer-vnet/mem_fs", "wasmer-vfs/mem-fs", ] wasix = [] [badges.maintenance] status = "experimental"