Cargo Features
[dependencies]
solana-remote-wallet = { version = "4.0.0-rc.1", default-features = false, features = ["agave-unstable-api", "linux-shared-hidraw", "linux-shared-libusb", "linux-static-hidraw", "linux-static-libusb"] }
- default = linux-static-hidraw
-
The
linux-static-hidrawfeature is set by default wheneversolana-remote-walletis added withoutsomewhere in the dependency tree.default-features = false - agave-unstable-api
-
Enables linux-shared-hidraw of hidapi
-
Enables linux-shared-libusb of hidapi
- linux-static-hidraw default
-
Enables linux-static-hidraw of hidapi
- linux-static-libusb
-
Enables linux-static-libusb of hidapi
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.
- hidapi linux-shared-hidraw? linux-shared-libusb? linux-static-hidraw linux-static-libusb?
-
Affects
ledger::LedgerWallet.device,remote_wallet::initialize_wallet_manager…