Cargo Features
[dependencies]
near-fetch = { version = "0.6.0", default-features = false, features = ["adversarial", "any", "sandbox", "native-tls", "rustls-tls"] }
- default = rustls-tls
-
The
rustls-tls
feature is set by default whenevernear-fetch
is added without
somewhere in the dependency tree.default-features = false - adversarial
-
Enables adversarial of near-jsonrpc-client
- any
-
Enables any of near-jsonrpc-client
- sandbox
-
Enables sandbox of near-jsonrpc-client
- native-tls
-
Enables native-tls of near-jsonrpc-client
- rustls-tls default
-
Enables rustls-tls of near-jsonrpc-client
near-fetch has 6 features without comments.