Cargo Features
ethers-fireblocks has no features set by default.
[dependencies]
ethers-fireblocks = { version = "0.1.1", features = ["openssl", "rustls"] }
- openssl
-
Enables openssl of ethers-providers ^0.5.1 and native-tls of reqwest ^0.11.4
reqwest:
Enables native-tls specific functionality not available by default.
- rustls
-
Enables rustls-tls of reqwest ^0.11.4 and rustls of ethers-providers ^0.5.1
ethers-providers:
we use the webpki roots so we can build static binaries w/o any root cert dependencies on the host
ethers-fireblocks has 2 features without comments.