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 default-features = false somewhere in the dependency tree.

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

linux-shared-libusb

Enables linux-shared-libusb of hidapi ^1.4.1

linux-shared-hidraw

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