Cargo Features
[dependencies]
trezor-client = { version = "0.1.4", default-features = false, features = ["bitcoin", "ethereum", "binance", "ripple", "solana", "webauthn"] }
- default = bitcoin, ethereum, solana
-
These default features are set whenever
trezor-client
is added without
somewhere in the dependency tree.default-features = false - bitcoin default = unicode-normalization
-
Client implementations
Enables bitcoin ^0.31
Affects
trezor-client::utils
… - ethereum default
- binance
-
Just bindings to the Trezor protobufs
- cardano eos monero nem ripple
- solana default
- stellar tezos webauthn
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.