Cargo Features

[dependencies]
magic-wormhole-cli = { version = "0.7.3", default-features = false, features = ["clipboard", "tls", "native-tls", "experimental-transfer-v2", "all", "experimental"] }
clipboard default

Enables arboard

Wayland by default, fallback to X11.

tls

TLS implementations for websocket connections via async-tungstenite required for optional wss connection to the mailbox server

Enables tls of magic-wormhole

CLI specific dependencies

native-tls

Enables native-tls of magic-wormhole

experimental-transfer-v2 experimental?

Enable experimental transfer-v2 support. The protocol is not yet finalized and is subject to change.

Enables experimental-transfer-v2 of magic-wormhole

default all? = clipboard

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

Enables forwarding of magic-wormhole

all = default

Enables native-tls of magic-wormhole

experimental = experimental-transfer-v2