Cargo Features
[dependencies]
ledger_device_sdk = { version = "1.19.0", default-features = false, features = ["debug", "speculos", "ccid", "heap"] }
- default = heap
-
The
heap
feature is set by default wheneverledger_device_sdk
is added without
somewhere in the dependency tree.default-features = false - debug
-
Affects
testing::debug_print
… - speculos
-
Affects
testing::TestType
,testing::sdk_test_runner
… - ccid
-
Affects
ledger_device_sdk::ccid
… - heap default
-
Enables heap of ledger_secure_sdk_sys