Cargo Features

[dependencies]
vpncloud = { version = "2.3.0", default-features = false, features = ["nat", "websocket", "wizard", "installer"] }
default = nat, websocket, wizard

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

nat default = igd
websocket default = tungstenite, url

Affects vpncloud::wsproxy

wizard default = dialoguer

Affects vpncloud::wizard

installer

Affects vpncloud::installer

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.

dialoguer wizard

Enables dialoguer ^0.9

tungstenite websocket

Enables tungstenite ^0.16

url websocket
igd nat