Cargo Features
[dependencies]
loam-sdk = { version = "0.6.15", default-features = false, features = ["soroban-sdk-testutils", "soroban-sdk-alloc", "soroban-sdk"] }
- default = loam-soroban-sdk
-
The
loam-soroban-sdk
feature is set by default wheneverloam-sdk
is added without
somewhere in the dependency tree.default-features = false - soroban-sdk-testutils
-
Enables testutils of loam-soroban-sdk
- soroban-sdk-alloc
-
Enables alloc of loam-soroban-sdk
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.
- loam-soroban-sdk default soroban-sdk-alloc? soroban-sdk-testutils?
-
Affects
loam-sdk::soroban_sdk
… - soroban-sdk not wasm implicit feature
-
Enables soroban-sdk
soroban-sdk:
Soroban SDK