Cargo Features

chia-sdk-client has no features set by default.

[dependencies]
chia-sdk-client = { version = "0.18.0", features = ["native-tls", "rustls"] }
native-tls

Enables native-tls, native-tls of tokio-tungstenite ^0.21.0

Affects tls::create_native_tls_connector

rustls

Enables rustls-tls-webpki-roots of tokio-tungstenite ^0.21.0 and aws-lc-rs, rustls ^0.22.0, and rustls-pemfile

aws-lc-rs:

This is to ensure that the bindgen feature is enabled for the aws-lc-rs crate. https://aws.github.io/aws-lc-rs/platform_support.html#tested-platforms

Affects tls::create_rustls_connector