Cargo Features
Terrand has no features set by default.
[dependencies]
terrand = { version = "3.2.2", features = ["backtraces", "library", "hex", "wasm-bindgen"] }
- backtraces
-
for more explicit tests, cargo test --features=backtraces
Enables backtraces of cosmwasm-std ^0.16.0
- library
-
use library feature to disable all instantiate/execute/query exports
Features from optional dependencies
- hex implicit feature
-
Enables hex
Drand dependencies
- wasm-bindgen implicit feature
-
Enables wasm-bindgen
wasm-bindgen:
Easy support for interacting between JS and Rust