Cargo Features

[dependencies]
wasmer-deploy-cli = { version = "0.1.29", default-features = false, features = ["rustls", "tun-tap"] }
default = rustls, tun-tap

These default features are set whenever wasmer-deploy-cli is added without default-features = false somewhere in the dependency tree.

rustls default

Enables rustls-tls of reqwest ^0.11.17

tun-tap default = bytes, futures-util, hex, libc, mac_address, mio, tokio-tungstenite

Enables interfaces and tun-tap and tokio-tungstenite of virtual-net

wasmer

Affects wasmer-deploy-cli::net

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libc tun-tap
bytes tun-tap

Enables bytes

Used by tuntap and connect

futures-util tun-tap
mio tun-tap
tokio-tungstenite tun-tap

Enables tokio-tungstenite ^0.20.1

hex tun-tap
mac_address tun-tap