Cargo Features
[dependencies]
safecoin-remote-wallet = { version = "1.14.17", default-features = false, features = ["linux-static-libusb", "linux-static-hidraw", "linux-shared-libusb", "linux-shared-hidraw"] }
- default = hidapi, linux-static-hidraw
-
These default features are set whenever
safecoin-remote-wallet
is added without
somewhere in the dependency tree.default-features = false - linux-static-libusb
-
Enables linux-static-libusb of hidapi ^1.4.1
- linux-static-hidraw default
-
Enables linux-static-hidraw of hidapi ^1.4.1
-
Enables linux-shared-libusb of hidapi ^1.4.1
-
Enables linux-shared-hidraw of hidapi ^1.4.1
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 default linux-shared-hidraw? linux-shared-libusb? linux-static-hidraw linux-static-libusb?
-
Enables hidapi ^1.4.1
Affects
ledger::LedgerWallet.device
,remote_wallet::initialize_wallet_manager
…