Cargo Features

[dependencies]
near-fetch = { version = "0.2.0", default-features = false, features = ["adversarial", "any", "sandbox", "native-tls", "rustls-tls"] }
default = rustls-tls

The rustls-tls feature is set by default whenever near-fetch is added without default-features = false somewhere in the dependency tree.

adversarial

Enables adversarial of near-jsonrpc-client ^0.6

any

Enables any of near-jsonrpc-client ^0.6

sandbox

Enables sandbox of near-jsonrpc-client ^0.6

native-tls

Enables native-tls of near-jsonrpc-client ^0.6

rustls-tls default

Enables rustls-tls of near-jsonrpc-client ^0.6

near-fetch has 6 features without comments.