Cargo Features
xavax-avalanche has no features set by default.
[dependencies]
xavax-avalanche = { version = "0.2.0", features = ["request-api", "crypto-api"] }
Optional part of the API includes the avalanche post request API
- request-api = reqwest, tokio
-
Affects
xavax-avalanche::api
… - crypto-api = arrayref, blake3, libsecp256k1, ripemd, sha3, tiny-bip39, tiny-hderive
-
Optional part of the API, includes the cryptography necessary for Avalanche VMs
Affects
xavax-avalanche::crypto
…
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.