Cargo Features

WalletConnect has no features set by default.

[dependencies]
walletconnect = { version = "0.2.0", features = ["qr", "transport"] }
qr = atty, qrcode, termcolor, terminfo

Affects walletconnect::qr

transport = web3

Affects walletconnect::transport

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.

atty qr?

Enables atty

qr

qrcode qr?

Enables qrcode ^0.12

termcolor qr?
terminfo qr?

Enables terminfo ^0.7

web3 transport?

Enables web3 ^0.18

transport