Cargo Features
[dependencies]
wasmer-edge-cli = { version = "0.1.4", default-features = false, features = ["rustls", "tun-tap"] }
- default = rustls, tun-tap
-
These default features are set whenever
wasmer-edge-cli
is added without
somewhere in the dependency tree.default-features = false - 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 ^0.6.1
wasmer
Affects
wasmer-edge-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
-
Enables mio ^0.8
- tokio-tungstenite tun-tap
-
Enables tokio-tungstenite ^0.20.1
- hex tun-tap
- mac_address tun-tap