Cargo Features

magic-wormhole-cli has no features set by default.

[dependencies]
magic-wormhole-cli = { version = "0.7.1", features = ["tls", "native-tls", "experimental-transfer-v2", "all", "experimental"] }
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?

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