Cargo Features
HMIP20 has no features set by default.
[dependencies]
hmip20 = { version = "0.1.1", features = ["backtraces"] }
- backtraces
-
Enables backtraces of secret-cosmwasm-std ^0.10.1
secret-cosmwasm-std:
backtraces provides much better context at runtime errors (in non-wasm code)
at the cost of a bit of code size and performance.
This feature requires Rust nightly because it depends on the unstable backtrace feature.
HMIP20 has 1 feature without comment.