Cargo Features

[dependencies]
jsonrpsee-ws-client = { version = "0.22.5", default-features = false, features = ["native-tls", "webpki-tls"] }
default = native-tls

The native-tls feature is set by default whenever jsonrpsee-ws-client is added without default-features = false somewhere in the dependency tree.

native-tls default

Enables native-tls of jsonrpsee-client-transport

webpki-tls

Enables webpki-tls of jsonrpsee-client-transport

jsonrpsee-ws-client has 3 features without comments.